10 lines
196 B
Smarty
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 -}}
|