charts/frigate/templates/configmap.yaml
Jeff Billimek 83f7e4556c
Frigate (#51)
* frigate helm chart

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

* remove trailing spaces

* bump chart version

* refactoring frigate ingress

* refactoring configmap

* refactoring configmap
2019-07-26 23:55:53 -04:00

14 lines
406 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: |
{{ .Values.config | indent 4 }}