mirror of
https://github.com/truenas/charts.git
synced 2026-04-15 11:10:33 +08:00
* Add `frigate` to `community` apps * add cia values * add initial templtes * add values * add common * fix typo * another one * make it non-fail no matter the indendation * typo * questions and gpu * perms * more caps * port * shm and usb * whops * privieleged on usb bus mount * invert logic
12 lines
472 B
YAML
12 lines
472 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "frigate.workload" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "frigate.service" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "frigate.persistence" $ | fromYaml) -}}
|
|
|
|
{{/* Create the configmap for portal manually*/}}
|
|
{{- include "frigate.portal" $ -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|