mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
10 lines
205 B
YAML
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 }}
|