From 0c5eadccda3a5020f8dcba49043df64b0a11fe13 Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Wed, 10 Apr 2019 16:31:40 +0200 Subject: [PATCH] relect subresource also in clusterrole template for helm chart --- 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 cdd58f5ba..93e60c02a 100644 --- a/charts/postgres-operator/templates/clusterrole.yaml +++ b/charts/postgres-operator/templates/clusterrole.yaml @@ -13,6 +13,7 @@ rules: - acid.zalan.do resources: - postgresqls + - postgresqls/status - operatorconfigurations verbs: - "*"