Don't use default 1 for replicaCount
Since default handles 0 (zero) as "not set", it's currently impossible to scale the helm chart to 0 replicas. The default value in the values file is 1 anyways, so this should not cause a breaking change.
I have a usecase where I need to scale the deployment to zero for our passive, warm backup cluster, which is currently not possible. This change would allow that.
Hi @verdaccio/kubernetes :-)
Could you have a look at this PR? Thank you so much.
Hi @verdaccio/kubernetes :-)
Could you have a look at this PR? Thank you so much.
Just did, :) 🌴 summer season
Would you mind solves red checks and we can move on
This was already added to master in PR #152