epics-containers / ec-helm-charts

A set of shared helm charts for domain services and IOC instances
Apache License 2.0
1 stars 1 forks source link

Revert enabled parameter #32

Closed marcelldls closed 2 weeks ago

marcelldls commented 1 month ago

This allows <service>.enabled to be applied from the deployment repo

gilesknap commented 1 month ago

I'm still struggling with this a little - not sure of all of the implications. First I don't think that your approach needs to enforce 'enabled' flag as you can use the tertiary operator to turn 'not set' into the default 'true' .

There are too many variables to assess here for me to choose from:

marcelldls commented 1 month ago

@gilesknap to clarify - if you dont have enabled in your values then they do not show in the rootapp parameters. Adding a default doesn't solve this