Describe the bug
A clear and concise description of what the bug is.
change config haproxy.service via values.yaml
Version of Helm and Kubernetes:
helm v3.1.0
k8s v1.17.2
centos7
Which chart:
stable/redis-ha
What happened:
I tried to set haproxy.service.type to nodeport via values.yaml and then used helm install redis-ha -f values.yaml . command and found that it does not work
What you expected to happen:
change haproxy.service.type to nodeport via values.yaml
How to reproduce it (as minimally and precisely as possible):
download redis-ha-4.4.6.tgz and tar
Modifying haproxy.enabled=true&haproxy.service.type="NodePort" in values.yaml
Execute the command helm install redis-ha -f values.yaml .
Describe the bug A clear and concise description of what the bug is. change config haproxy.service via values.yaml
Version of Helm and Kubernetes: helm v3.1.0 k8s v1.17.2 centos7
Which chart: stable/redis-ha
What happened: I tried to set haproxy.service.type to nodeport via values.yaml and then used helm install redis-ha -f values.yaml . command and found that it does not work
What you expected to happen: change haproxy.service.type to nodeport via values.yaml
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know: