[stable/redis-ha] Modifying haproxy.service.type="NodePort" in values.yaml does not work
gongqij opened this issue · 0 comments
gongqij commented
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 .
Anything else we need to know: