my-apps/charts/home-assistant/templates/configmap-hass-config.yaml
2025-07-10 17:32:23 +03:00

10 lines
254 B
YAML

{{- if .Values.configuration.enabled -}}
apiVersion: v1
kind: ConfigMap
metadata:
name: hass-configuration
namespace: {{ .Release.Namespace }}
data:
configuration.yaml: |
{{- tpl .Values.configuration.templateConfig . | nindent 4 }}
{{- end -}}