Skip to content

Commit

Permalink
fix: actually create config secret if required
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Scorsolini <[email protected]>
  • Loading branch information
phisco committed Oct 30, 2023
1 parent 8c1dd3c commit 0a088b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cloudnative-pg/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ metadata:
{{- end }}
data:
{{- toYaml .Values.config.data | nindent 2 }}
{{- end }}
{{- else }}
apiVersion: v1
kind: Secret
Expand All @@ -43,3 +42,4 @@ metadata:
stringData:
{{- toYaml .Values.config.data | nindent 2 }}
{{- end }}
{{- end }}

0 comments on commit 0a088b1

Please sign in to comment.