Closed dmai-apixio closed 5 years ago
Same issue here. Tried to run the tutorials on Consul and Ambassador ( https://instruqt.com/hashicorp/tracks/sock-shop-tutorial) but get the same issue. Same version of helm (v2.14.0).
both server-clusterrole.yaml and client-clusterrole.yaml have a if statement block warpping the rules. thay should wrap the whole ClusterRole block.
and the ClusterRoleBinding shouln't be created if the ClusterRole isn't
and the ClusterRoleBinding shouln't be created if the ClusterRole isn't
server-clusterrole.yaml
and server-clusterrolebinding.yaml
both use the same if
statement:
{{- if (or (and (ne (.Values.server.enabled | toString) "-") .Values.server.enabled) (and (eq (.Values.server.enabled | toString) "-") .Values.global.enabled)) }}
So there shouldn't be a way for only one of them to be created. Can you help me reproduce what you're seeing?
Hi all, I used helm v2.13.0 to install consul. Everything worked perfectly. After upgrading helm to newer version v2.14.0
I got this error.