* feat(frigate): initial rework * some comment cleanup * add mqtt * update storage * add some UI * add ffmpeg * more * switch to custom defined configmap... * add models * add logger * add birdseye * add ffmpeg * fix UI * add detect * remove values * add ojbect * add motion * no default for some ints * add record * floats can't be strings ?>! * make confmap content a string * add snapshot and rtmp * add timestamp style * finito * port * stringify * stringify * precommit * add some required values for CI * emty lines * hmm * fix lint * don't install frigate on ci
8 lines
204 B
YAML
8 lines
204 B
YAML
{{/* Make sure all variables are set properly */}}
|
|
{{- include "tc.common.loader.init" . }}
|
|
|
|
{{- include "frigate.configmap" . -}}
|
|
|
|
{{/* Render the templates */}}
|
|
{{ include "tc.common.loader.apply" . }}
|