Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: set initFS.enabled to false (#144)
## Description initFS value being enabled is no longer needed and only in place presumably for backwards compatibility. This breaks the cluster security policy when persistence is also enabled as it tries to run an init container as root. Per SQ chart documentation this shouldnt be needed at all anymore so disabling to resolve the issue. ## Related Issue Fixes # <!-- or --> Relates to # ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [ ] [Contributor Guide Steps](https://github.com/defenseunicorns/uds-package-sonarqube/blob/main/CONTRIBUTING.md#developer-workflow) followed Release-As: v10.7.0-uds.4
- Loading branch information