charts/frigate/templates/configmap.yaml
Jeff Billimek 7ba269f56c
frigate helm chart (#48)
* frigate helm chart

Signed-off-by: Jeff Billimek <jeff@billimek.com>

* remove trailing spaces
2019-07-26 23:01:33 -04:00

14 lines
428 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "frigate.fullname" . }}
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: {{ include "frigate.name" . }}
helm.sh/chart: {{ include "frigate.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
data:
config.yml: |
{{ toYaml .Values.config | default "{}" | indent 4 }}