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.
This changes all counts in
values.yaml
tonil
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 fromvalues.yaml
.The templates will still throw an error when
config.HA
is true and thecount
for a role is set to less than theha
minimum. If that is intended, then the newconfig.HA_strict
variable must be set tofalse
.