catalog/stable/dashy/6.8.5/templates/_configmap.tpl

10 lines
196 B
Smarty

{{/* Define the secrets */}}
{{- define "dashy.config" -}}
configmap:
dashy-config:
enabled: true
data:
conf.yml: |
{{- .Values.dashyConfig | toYaml | nindent 8 }}
{{- end -}}