scale-catalog/stable/photoview/13.8.14/templates/_secrets.tpl
Julian Haseleu 5d1ab94342 cleanup
2024-07-14 21:54:53 +00:00

7 lines
216 B
Smarty

{{/* Define the secrets */}}
{{- define "photoview.secrets" -}}
enabled: true
data:
PHOTOVIEW_POSTGRES_URL: {{ (printf "%s?client_encoding=utf8" (.Values.cnpg.main.creds.std | trimAll "\"")) | quote }}
{{- end -}}