scale-catalog/stable/photoview/13.8.14/templates/_secrets.tpl

7 lines
216 B
Smarty
Raw Normal View History

2024-07-13 07:59:30 +00:00
{{/* 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 -}}