Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6efc65f commit 9e57830Copy full SHA for 9e57830
helm/coder/tests/testdata/sa_extra_rules.yaml
@@ -4,14 +4,14 @@ coder:
4
5
serviceAccount:
6
extraRules:
7
- - apiGroups: [""]
8
- resources: ["services"]
9
- verbs:
10
- - create
11
- - delete
12
- - deletecollection
13
- - get
14
- - list
15
- - patch
16
- - update
17
- - watch
+ - apiGroups: [""]
+ resources: ["services"]
+ verbs:
+ - create
+ - delete
+ - deletecollection
+ - get
+ - list
+ - patch
+ - update
+ - watch
0 commit comments