k8s/helm-charts/dashy/templates/_configmap.tpl

10 lines
196 B
Smarty
Raw Normal View History

2023-11-16 19:42:02 +10:00
{{/* Define the secrets */}}
{{- define "dashy.config" -}}
configmap:
dashy-config:
enabled: true
data:
conf.yml: |
{{- .Values.dashyConfig | toYaml | nindent 8 }}
{{- end -}}