CloudHealth / helm

Apache License 2.0
8 stars 15 forks source link

replicaCount does not modify how many replicas are created #125

Open thehandsomezebra opened 1 month ago

thehandsomezebra commented 1 month ago

Per the documentation, I have added https://cloudhealth.github.io/helm/

replicaCount set to 3 but it is deploying as 1.

It looks like this has been hard coded as 1 instead of allowing the param to be set. https://github.com/CloudHealth/helm/blob/main/charts/cloudhealth-collector/templates/deployment.yaml#L17