From f0add9a67c924df4800f8135e24ab05127c55ebf Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Fri, 5 Jul 2019 17:10:05 +0300 Subject: [PATCH] Use a role binding for the PSP rbac --- charts/flagger/templates/psp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/flagger/templates/psp.yaml b/charts/flagger/templates/psp.yaml index 6a103739..516c9738 100644 --- a/charts/flagger/templates/psp.yaml +++ b/charts/flagger/templates/psp.yaml @@ -47,7 +47,7 @@ rules: - {{ template "flagger.fullname" . }} --- apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding +kind: RoleBinding metadata: name: {{ template "flagger.fullname" . }}-psp labels: