add frigate

This commit is contained in:
Erki Aas
2024-09-29 21:34:31 +03:00
parent 5bd6cf2317
commit 15a2fd9375
6 changed files with 503 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
```
helm repo add blakeblackshear https://blakeblackshear.github.io/blakeshome-charts/
helm template -n frigate --release-name frigate blakeblackshear/frigate --include-crds -f values.yaml > application.yml
```