keephq/helm-charts

[BUG]: Main components (backend, frontend, db, etc) to not respect enabled state

jackrh opened this issue · 0 comments

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

  1. Create values.yaml file
database:
  enabled: false #still proceeds with installing the DB
  1. Deploy helm chart
  2. Verify mysql container was created

Additional Information

No response