From f3d091308fc2b221c676ed74f79bcb889a0cbca4 Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Mon, 13 May 2019 16:48:26 +0200 Subject: [PATCH] add update for CRD to RBAC --- charts/postgres-operator/templates/clusterrole.yaml | 2 ++ manifests/operator-service-account-rbac.yaml | 1 + 2 files changed, 3 insertions(+) diff --git a/charts/postgres-operator/templates/clusterrole.yaml b/charts/postgres-operator/templates/clusterrole.yaml index 93e60c02a..a24571cf1 100644 --- a/charts/postgres-operator/templates/clusterrole.yaml +++ b/charts/postgres-operator/templates/clusterrole.yaml @@ -24,6 +24,8 @@ rules: verbs: - create - get + - patch + - update - apiGroups: - "" resources: diff --git a/manifests/operator-service-account-rbac.yaml b/manifests/operator-service-account-rbac.yaml index f87c8d8cd..61467bfae 100644 --- a/manifests/operator-service-account-rbac.yaml +++ b/manifests/operator-service-account-rbac.yaml @@ -26,6 +26,7 @@ rules: - create - get - patch + - update - apiGroups: - "" resources: