fluxcd-community / helm-charts

Community maintained Helm charts for Flux
Apache License 2.0
121 stars 76 forks source link

fix(charts,flux2,source-controller): hard-code replicas #205

Closed jonasbadstuebner closed 10 months ago

jonasbadstuebner commented 10 months ago

What this PR does / why we need it:

https://github.com/fluxcd/source-controller/issues/837#issuecomment-1228118085

We scaled all deployments of this HelmChart up to 2 replicas and the source-controller started failing. It would make more sense to not allow this, because there seems to be no way to make this work.

The replicas key is not present in the values.yaml (for any of the components) - in case you are wondering, why there is no change to the values.yaml.

Special notes for your reviewer:

Checklist