chore(ci): update golden files (#7431)

This commit is contained in:
Cian Johnston
2023-05-05 09:05:45 +00:00
committed by GitHub
parent a6a44896bf
commit a172e073e3
+18 -2
View File
@@ -22,10 +22,26 @@ metadata:
rules:
- apiGroups: [""]
resources: ["pods"]
verbs: ["*"]
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
- apiGroups: [""]
resources: ["persistentvolumeclaims"]
verbs: ["*"]
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
---
# Source: coder/templates/rbac.yaml
apiVersion: rbac.authorization.k8s.io/v1