From 6575e380b2a5fe944134f330a602de5f1630297f Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Tue, 26 Jan 2021 17:14:42 +0100 Subject: [PATCH] postgres-pod role for chart --- .../postgres-operator/templates/clusterrole-postgres-pod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/postgres-operator/templates/clusterrole-postgres-pod.yaml b/charts/postgres-operator/templates/clusterrole-postgres-pod.yaml index 33c43822f..0c92fa748 100644 --- a/charts/postgres-operator/templates/clusterrole-postgres-pod.yaml +++ b/charts/postgres-operator/templates/clusterrole-postgres-pod.yaml @@ -1,6 +1,6 @@ {{ if .Values.rbac.create }} apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole +kind: Role metadata: name: {{ include "postgres-pod.serviceAccountName" . }} labels: