Skip to content

Commit af714c5

Browse files
committed
added roles permission required by 5.1.3 check in cis 1.9
1 parent 511c0fd commit af714c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

chart/templates/rbac.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ rules:
3333
- "rolebindings"
3434
- "clusterrolebindings"
3535
- "clusterroles"
36+
- "roles"
3637
verbs:
3738
- "get"
3839
- "list"
@@ -74,6 +75,7 @@ rules:
7475
- "rolebindings"
7576
- "clusterrolebindings"
7677
- "clusterroles"
78+
- "roles"
7779
verbs:
7880
- "get"
7981
- "list"

0 commit comments

Comments
 (0)