From d97687f6be7260d755bb547a14db3cd2c9c25992 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Wed, 18 Oct 2017 14:01:35 +0100 Subject: [PATCH] Update rbac.yaml --- contrib/charts/cert-manager/templates/rbac.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/charts/cert-manager/templates/rbac.yaml b/contrib/charts/cert-manager/templates/rbac.yaml index 41b14f1d5..27afe516f 100644 --- a/contrib/charts/cert-manager/templates/rbac.yaml +++ b/contrib/charts/cert-manager/templates/rbac.yaml @@ -10,7 +10,7 @@ metadata: heritage: {{ .Release.Service }} rules: - apiGroups: ["certmanager.k8s.io"] - resources: ["certificates", "issuers"] + resources: ["certificates", "issuers", "clusterissuers"] verbs: ["*"] - apiGroups: [""] resources: ["secrets", "events", "endpoints", "services", "pods"] @@ -36,4 +36,4 @@ subjects: - name: {{ template "fullname" . }} namespace: {{ .Release.Namespace | quote }} kind: ServiceAccount -{{- end -}} \ No newline at end of file +{{- end -}}