[BUG]: Main components (backend, frontend, db, etc) to not respect enabled state
jackrh opened this issue · 0 comments
jackrh commented
Description of the bug
If you try and use a values.yaml file to set a component to disabled it does not actually disable it -
database:
enabled: false #still proceeds with installing the DB
Steps To Reproduce
- Create values.yaml file
database:
enabled: false #still proceeds with installing the DB
- Deploy helm chart
- Verify mysql container was created
Additional Information
No response