isindir / sops-secrets-operator

Kubernetes SOPS secrets operator
Mozilla Public License 2.0
323 stars 30 forks source link

missing leases permission in chart 0.8.0 #69

Closed travisghansen closed 3 years ago

travisghansen commented 3 years ago
E0514 21:55:17.927234       1 leaderelection.go:325] error initially creating leader election record: leases.coordination.k8s.io is forbidden: User "system:serviceaccount:operators:sops-operator-sops-secrets-operator" cannot create resource "leases" in API group "coordination.k8s.io" in the namespace "operators"
isindir commented 3 years ago

@travisghansen which version of k8s are you deploying on? I thought I added that permission..

I need to add create

travisghansen commented 3 years ago

This is on 1.19...I added create manually for now and all is well but argocd complains about configuration drift.

isindir commented 3 years ago

Fixed by #70 and Confirmed in #65, Closing this issue