Files
helm-charts/frigate/templates/configmap.yaml
T

10 lines
205 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-config
labels:
{{- include "frigate.labels" . | nindent 4 }}
data:
config.yaml: |
{{ toYaml .Values.frigateConfig | indent 4 }}