cloudfoundry-incubator / fissile

Turn a BOSH release into container images / files
Apache License 2.0
67 stars 36 forks source link

Allow sizing.XXX.count under config.HA=true to be set to the default SA value #507

Closed jandubois closed 5 years ago

jandubois commented 5 years ago

This changes all counts in values.yaml to nil instead of the default SA (min) value. That way the template can differentiate between the count being set by the user vs. still having the default value from values.yaml.

The templates will still throw an error when config.HA is true and the count for a role is set to less than the ha minimum. If that is intended, then the new config.HA_strict variable must be set to false.

--set config.HA=true --set config.HA_strict=false --set sizing.FOO.count=1
cfdreddbot commented 5 years ago

:white_check_mark: Hey jandubois! The commit authors and yourself have already signed the CLA.