Replies: 1 comment
-
I made a new ClusterRole with access to network policies. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to install Sentry using helm chart - https://github.com/sentry-kubernetes/charts/tree/develop/charts/sentry I get this error -
coalesce.go:175: warning: skipped value for kafka.config: Not a table. Error: INSTALLATION FAILED: rendered manifests contain a resource that already exists. Unable to continue with install: could not get information about the resource NetworkPolicy "sentry-kafka" in namespace "gopikab": networkpolicies.networking.k8s.io "sentry-kafka" is forbidden: User "system:serviceaccount:kube-system:gopikab" cannot get resource "networkpolicies" in API group "networking.k8s.io" in the namespace "gopikab"
I tried to assign my account the required permissions with a new clusterrole and clusterrolebinding
So this is the cluster role yaml
And the corresponding clusterrolebinding
But I still keep getting this error. Can someone advise?
Beta Was this translation helpful? Give feedback.
All reactions