UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 1416bf07 authored by Quentin Powell's avatar Quentin Powell Committed by Ryan Garcia
Browse files

Resolve "Helm template fails on special chars in gitlab database password"

parent a6f32305
No related branches found
No related tags found
3 merge requests!1658Draft: Merge branch 'tempo_tracing_updates' into 'master',!1386Master,!1314Resolve "Helm template fails on special chars in gitlab database password"
......@@ -7,6 +7,6 @@ metadata:
namespace: gitlab
type: kubernetes.io/opaque
stringData:
PGPASSWORD: {{ .Values.addons.gitlab.database.password }}
PGPASSWORD: {{ .Values.addons.gitlab.database.password | quote }}
{{- end }}
{{- end }}
{{- end }}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment