Skip to content

Commit

Permalink
chore: update NOTES.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sule26 committed Nov 3, 2024
1 parent d3272f7 commit 8158a91
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions charts/cert-manager-issuers/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,15 @@ Deployed ClusterIssuers:
* {{ include "cert-manager-issuers.name" (dict "data" . "root" $) }}
{{- end }}
{{- end }}
{{- if .Values.awspcaIssuers }}
Deployed AWSPCAIssuers:
{{- range .Values.awspcaIssuers }}
* {{ include "cert-manager-issuers.name" (dict "data" . "root" $) }}
{{- end }}
{{- end }}
{{- if .Values.awspcaClusterIssuers }}
Deployed AWSPCAClusterIssuers:
{{- range .Values.awspcaClusterIssuers }}
* {{ include "cert-manager-issuers.name" (dict "data" . "root" $) }}
{{- end }}
{{- end }}

0 comments on commit 8158a91

Please # to comment.