From f2741ef7418decb2dd1e4483b1188feb5dfd923f Mon Sep 17 00:00:00 2001 From: Tiago Condeixa Date: Fri, 17 Jul 2026 15:36:00 +0200 Subject: [PATCH] we need to add update permission for sa to periodically sync (#3131) --- charts/postgres-operator/templates/clusterrole.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/postgres-operator/templates/clusterrole.yaml b/charts/postgres-operator/templates/clusterrole.yaml index ad3b46064..6846a4bdf 100644 --- a/charts/postgres-operator/templates/clusterrole.yaml +++ b/charts/postgres-operator/templates/clusterrole.yaml @@ -234,6 +234,7 @@ rules: verbs: - get - create + - update # to create role bindings to the postgres-pod service account - apiGroups: - rbac.authorization.k8s.io