-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config file is read-only, unable to migrate config file. #78
Comments
I have the same question. I have a persistent store and would like an option to not have the config stored in the ConfigMap and instead read from the persistent store. |
Yes i think main issue is that it is hardcoded as the ConfigMap mounted to where frigate reads from, so no way to mount it as rw. |
Create init container,. move mount of config file so init container copy it there on start |
Yes having ability to define an initcontainer would be nice |
I'd love to see this PR get committed - #79. I've recently setup frigate with helm and there's no "easy" way to make camera masks. |
I've tried everything in the world to make the config file not read-only so that it's editable from the UI. How can I fix this?
tried with full rights to the container, giving exisiting pvc, no pvc defaulting to emptyDir and nothing worked.
The text was updated successfully, but these errors were encountered: