keephq / helm-charts

Charts for Keep https://github.com/keephq/keep
MIT License
7 stars 7 forks source link

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

Closed jackrh closed 7 months ago

jackrh commented 7 months ago

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
  2. Deploy helm chart
  3. Verify mysql container was created

Additional Information

No response