Skip to content

Commit

Permalink
Fixup for #2222 (#2229)
Browse files Browse the repository at this point in the history
* Fix failing object when secret is not set

* add changelog
  • Loading branch information
smatting authored Mar 23, 2022
1 parent 8110b21 commit 34d54e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/5-internal/pr-2222-fixup
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix for #2222
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{{- if .Values.secrets }}
{{- if .Values.secrets.certManager }}
{{- if .Values.secrets.certManager.customSolversSecret }}
apiVersion: v1
kind: Secret
Expand All @@ -11,3 +13,5 @@ type: Opaque
data:
{{ toYaml .Values.secrets.certManager.customSolversSecret | indent 2 }}
{{- end -}}
{{- end -}}
{{- end -}}

0 comments on commit 34d54e9

Please sign in to comment.