Skip to content

Commit 66b8976

Browse files
authored
Fix rbac rules (deckhouse#69)
We need to watch/list namespaces/service-accounts either
1 parent 0c6aae1 commit 66b8976

File tree

1 file changed

+10
-0
lines changed
  • helm/charts/k8s-image-availability-exporter/templates

1 file changed

+10
-0
lines changed

helm/charts/k8s-image-availability-exporter/templates/rbac.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,22 @@ rules:
1212
- list
1313
- watch
1414
- get
15+
- apiGroups:
16+
- ""
17+
resources:
18+
- namespaces
19+
verbs:
20+
- list
21+
- watch
22+
- get
1523
- apiGroups:
1624
- ""
1725
resources:
1826
- serviceaccounts
1927
verbs:
2028
- get
29+
- list
30+
- watch
2131
- apiGroups:
2232
- extensions
2333
- apps

0 commit comments

Comments
 (0)