keephq / helm-charts

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

Enforce root component's enabled value #6

Closed jackrh closed 7 months ago

jackrh commented 7 months ago

Closes #5

📑 Description

Added if statements to chart's components, including sub components to prevent them from being installed if root component is disabled.

✅ Checks

ℹ Additional Information

This may not be the best way to go about this (individual if statements on each file for a component), but it does work and illustrates the issue with #5 at the worst