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
On a Kubernetes cluster with version v1.21.5, this is seemingly not enough, as the controller states upon start:
panic: secrets is forbidden: User "system:serviceaccount:kube-system:sealed-secrets" cannot list resource "secrets" in API group "" in the namespace "kube-system"
goroutine 1 [running]:
main.main()
/home/runner/work/sealed-secrets/sealed-secrets/cmd/controller/main.go:271 +0x225
Adding list to the verbs resolves the issue.
Additional context
Curiously enough, it looks like this popped before: helm/charts#15837
The text was updated successfully, but these errors were encountered:
Which component: Helm Chart
Describe the bug
The helm chart version 2.0.2 contains a cluster role with the following rule, among others:
On a Kubernetes cluster with version
v1.21.5
, this is seemingly not enough, as the controller states upon start:Adding
list
to the verbs resolves the issue.Additional context
Curiously enough, it looks like this popped before: helm/charts#15837
The text was updated successfully, but these errors were encountered: