6 lines
336 B
Markdown
6 lines
336 B
Markdown
```
|
|
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
|
|
kubectl apply -n frigate -f application.yml -f auth.yml -f rabbitmq.yml -f storage-class.yml -f storage.yml -f transcode.yml
|
|
```
|