Merge pull request #455 from AmoVanB/fix/cluster-role-tsc

Helm: allow the topologySpreadConstraint strategy to list namespaces
This commit is contained in:
Kubernetes Prow Robot
2020-12-08 11:17:35 -08:00
committed by GitHub
@@ -12,6 +12,9 @@ rules:
- apiGroups: [""]
resources: ["nodes"]
verbs: ["get", "watch", "list"]
- apiGroups: [""]
resources: ["namespaces"]
verbs: ["get", "list"]
- apiGroups: [""]
resources: ["pods"]
verbs: ["get", "watch", "list", "delete"]