mittwald / kubernetes-replicator

Kubernetes controller for synchronizing secrets & config maps across namespaces
Apache License 2.0
886 stars 101 forks source link

fix: serviceaccounts access is needed for v2.9.0 #283

Closed budimanjojo closed 1 year ago

budimanjojo commented 1 year ago

After the support for serviceaccounts replication feature is added (https://github.com/mittwald/kubernetes-replicator/pull/249), the deployment will fail with error kubernetes-replicator:kubernetes-replicator" cannot list resource "serviceaccounts" in API group "" at the cluster scope This should be the default RBAC for new installs

rasta-rocket commented 1 year ago

Thank you 😅