You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you expect to see?
I expect the redis cluster resource and eventually statefulsets' pods to have this init container What did you see instead?
I get this error running the command helm upgrade cluster-redis ot-helm/redis-cluster -f redis_conf.yaml -n ot-operators
Error: UPGRADE FAILED: template: redis-cluster/templates/redis-cluster.yaml:78:20: executing "redis-cluster/templates/redis-cluster.yaml" at : wrong number of args for include: want 2 got 1
The text was updated successfully, but these errors were encountered:
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
kubectl version
)?kubectl version
OutputWhat did you do?
I am trying to pass in an input for init container using this value input to the helm chart (for testing)
What did you expect to see?
I expect the redis cluster resource and eventually statefulsets' pods to have this init container
What did you see instead?
I get this error running the command
helm upgrade cluster-redis ot-helm/redis-cluster -f redis_conf.yaml -n ot-operators
Error: UPGRADE FAILED: template: redis-cluster/templates/redis-cluster.yaml:78:20: executing "redis-cluster/templates/redis-cluster.yaml" at : wrong number of args for include: want 2 got 1
The text was updated successfully, but these errors were encountered: