mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 13:55:20 +00:00
Some checks failed
Run the E2E test on kind / build (push) Failing after 5m44s
Run the E2E test on kind / setup-test-matrix (push) Successful in 3s
Run the E2E test on kind / run-e2e-test (push) Has been skipped
build-image / Build (push) Failing after 10s
Main CI / Build (push) Failing after 31s
Close stale issues and PRs / stale (push) Successful in 7s
Trivy Nightly Scan / Trivy nightly scan (velero, main) (push) Failing after 59s
Trivy Nightly Scan / Trivy nightly scan (velero-restore-helper, main) (push) Failing after 45s
Also bumped to support upgraded k8s.io/ deps. - controller-gen to v0.16.5 - sigs.k8s.io/controller-runtime v0.19.2 Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
58 lines
993 B
YAML
58 lines
993 B
YAML
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRole
|
|
metadata:
|
|
name: velero-perms
|
|
rules:
|
|
- apiGroups:
|
|
- ""
|
|
resources:
|
|
- persistentvolumerclaims
|
|
- persistentvolumes
|
|
- pods
|
|
verbs:
|
|
- get
|
|
- apiGroups:
|
|
- velero.io
|
|
resources:
|
|
- backuprepositories
|
|
- backups
|
|
- backupstoragelocations
|
|
- datadownloads
|
|
- datauploads
|
|
- deletebackuprequests
|
|
- downloadrequests
|
|
- podvolumebackups
|
|
- podvolumerestores
|
|
- restores
|
|
- schedules
|
|
- serverstatusrequests
|
|
- volumesnapshotlocations
|
|
verbs:
|
|
- create
|
|
- delete
|
|
- get
|
|
- list
|
|
- patch
|
|
- update
|
|
- watch
|
|
- apiGroups:
|
|
- velero.io
|
|
resources:
|
|
- backuprepositories/status
|
|
- backups/status
|
|
- backupstoragelocations/status
|
|
- datadownloads/status
|
|
- datauploads/status
|
|
- deletebackuprequests/status
|
|
- downloadrequests/status
|
|
- podvolumebackups/status
|
|
- podvolumerestores/status
|
|
- restores/status
|
|
- schedules/status
|
|
- serverstatusrequests/status
|
|
verbs:
|
|
- get
|
|
- patch
|
|
- update
|