UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 8ebaad4b authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch '741-helm-template-fails-on-special-chars-in-gitlab-database-password' into 'master'

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

Closes #741

See merge request platform-one/big-bang/bigbang!1314
parents 8bd2be8c 1416bf07
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"
Pipeline #678588 passed with warnings
......@@ -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