k8s/helm-charts/dashy/templates/_configmap.tpl
root 1eaf295724
Some checks failed
continuous-integration/drone/push Build is failing
new way of doin
2023-11-16 19:42:02 +10:00

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 -}}