From 520eb960dbd5c9feceeb727c644e32861d4bb4f6 Mon Sep 17 00:00:00 2001 From: David Landry Date: Wed, 8 May 2024 01:39:47 -0400 Subject: [PATCH] fix(dashboard): update rbac permissions --- apps/gethomepage/base/rbac.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/gethomepage/base/rbac.yaml b/apps/gethomepage/base/rbac.yaml index ad110b9..5c65f76 100644 --- a/apps/gethomepage/base/rbac.yaml +++ b/apps/gethomepage/base/rbac.yaml @@ -24,6 +24,7 @@ rules: - list - apiGroups: - traefik.containo.us + - traefik.io resources: - ingressroutes verbs: @@ -37,6 +38,12 @@ rules: verbs: - get - list + - apiGroups: + - apiextensions.k8s.io + resources: + - customresourcedefinitions/status + verbs: + - get --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding