Files
truecharts/charts/incubator/frigate/templates/common.yaml
T
Stavros KoisandGitHub 6ac1219e30 feat(frigate): initial rework (#4408)
* 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
2022-11-14 01:19:55 +02:00

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" . }}