This repository has been archived by the owner on Aug 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 385
Can not install consul-helm by using helm v2.14.0 #178
Labels
bug
Something isn't working
Comments
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 |
So there shouldn't be a way for only one of them to be created. Can you help me reproduce what you're seeing? |
lkysow
added a commit
that referenced
this issue
Jun 7, 2019
Fixes #178. The rules key must always be set, even if it's to be empty.
lkysow
added a commit
that referenced
this issue
Jun 8, 2019
Fixes #178. The rules key must always be set, even if it's to be empty.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: