File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
helm/defectdojo/templates Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ metadata:
1414 helm.sh/hook-delete-policy : " before-hook-creation"
1515type : Opaque
1616data :
17- {{- if .Values.postgresql.enabled }}
1817{{- if .Values.postgresql.postgresqlPassword }}
1918 postgresql-postgres-password : {{ .Values.postgresql.postgresqlPassword | b64enc | quote }}
2019 {{ .Values.postgresql.secretKey }}: {{ .Values.postgresql.postgresqlPassword | b64enc | quote }}
2322 postgresql-postgres-password : {{ $postgresRandomPassword }}
2423 {{ .Values.postgresql.secretKey }}: {{ $postgresRandomPassword }}
2524{{- end }}
26- {{- else }}
27- {{- $postgresRandomPassword := randAlphaNum 16 | b64enc | quote }}
28- postgresql-postgres-password : {{ $postgresRandomPassword }}
29- {{ .Values.postgresql.secretKey }}: {{ $postgresRandomPassword }}
30- {{- end }}
31- # TODO: check if replicatio password in injected into the values
25+ # TODO: check if replication password in injected into the values
3226{{ if .Values.postgresql.replication.enabled -}}
3327{{- if .Values.postgresql.postgresqlReplicationPassword }}
3428 postgresql-replication-password : {{ .Values.postgresql.postgresqlReplicationPassword | b64enc | quote }}
You can’t perform that action at this time.
0 commit comments