From f3dc83079ca13dbcd2ff1364895fa1232c9b307b Mon Sep 17 00:00:00 2001 From: Gerald Nunn Date: Thu, 19 Oct 2023 08:44:12 -0700 Subject: [PATCH] Increase rights to dashboard --- bootstrap/user/templates/prod/dashboard-rolebinding.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/user/templates/prod/dashboard-rolebinding.yaml b/bootstrap/user/templates/prod/dashboard-rolebinding.yaml index d08fe21..0d9e6f3 100644 --- a/bootstrap/user/templates/prod/dashboard-rolebinding.yaml +++ b/bootstrap/user/templates/prod/dashboard-rolebinding.yaml @@ -10,4 +10,4 @@ subjects: roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole - name: edit + name: admin