diff --git a/helm-chart/templates/02-cluster-role.yaml b/helm-chart/templates/02-cluster-role.yaml index fe674e2f3..3ad1604cb 100644 --- a/helm-chart/templates/02-cluster-role.yaml +++ b/helm-chart/templates/02-cluster-role.yaml @@ -24,6 +24,14 @@ rules: - list - get - watch + - apiGroups: + - "" + resources: + - namespaces + verbs: + - get + resourceNames: + - kube-system --- apiVersion: rbac.authorization.k8s.io/v1 kind: Role