Skip to content

Commit dcbdc0a

Browse files
committed
feat: template secret only on postgres in container
1 parent fa4fadc commit dcbdc0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
{{- if .Values.postgresql.enabled -}}
12
apiVersion: v1
23
kind: Secret
34
metadata:
45
name: postgresql-default-auth
56
type: kubernetes.io/basic-auth
67
stringData:
78
password: {{ randAlphaNum 20 | b64enc | quote }}
9+
{{- end -}}

0 commit comments

Comments
 (0)