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