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 a6a4489 commit a172e07Copy full SHA for a172e07
helm/tests/testdata/workspace_proxy.golden
@@ -22,10 +22,26 @@ metadata:
22
rules:
23
- apiGroups: [""]
24
resources: ["pods"]
25
- verbs: ["*"]
+ verbs:
26
+ - create
27
+ - delete
28
+ - deletecollection
29
+ - get
30
+ - list
31
+ - patch
32
+ - update
33
+ - watch
34
35
resources: ["persistentvolumeclaims"]
36
37
38
39
40
41
42
43
44
45
---
46
# Source: coder/templates/rbac.yaml
47
apiVersion: rbac.authorization.k8s.io/v1
0 commit comments