Skip to content

Commit

Permalink
allowing service user to create velero backup
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalfsten committed Oct 10, 2024
1 parent 26caf27 commit 77e13c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helmcharts/zalf-nextcloud/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ rules:
- apiGroups: ["apps"] # apps API group
resources: ["deployments"]
verbs: ["get"]
- apiGroups: ["velero.io"] # velero API group
resources: ["backups"]
verbs: ["create"]
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
Expand Down

0 comments on commit 77e13c5

Please sign in to comment.