Skip to content

Commit a172e07

Browse files
authored
chore(ci): update golden files (#7431)
1 parent a6a4489 commit a172e07

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

helm/tests/testdata/workspace_proxy.golden

+18-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,26 @@ metadata:
2222
rules:
2323
- apiGroups: [""]
2424
resources: ["pods"]
25-
verbs: ["*"]
25+
verbs:
26+
- create
27+
- delete
28+
- deletecollection
29+
- get
30+
- list
31+
- patch
32+
- update
33+
- watch
2634
- apiGroups: [""]
2735
resources: ["persistentvolumeclaims"]
28-
verbs: ["*"]
36+
verbs:
37+
- create
38+
- delete
39+
- deletecollection
40+
- get
41+
- list
42+
- patch
43+
- update
44+
- watch
2945
---
3046
# Source: coder/templates/rbac.yaml
3147
apiVersion: rbac.authorization.k8s.io/v1

0 commit comments

Comments
 (0)