Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
chore: Update CRD with permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed May 25, 2022
1 parent e623675 commit c0301f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/backup-repository-server/templates/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
type: array
items:
type: string
enum: ["collectionManager", "uploader", "downloader"]
enum: ["collectionManager", "backupUploader", "backupDownloader", "uploadsAnytime"]


additionalPrinterColumns:
Expand Down Expand Up @@ -157,7 +157,7 @@ spec:
type: array
items:
type: string
enum: ["collectionManager", "usersManager", "systemAdmin"]
enum: ["collectionManager", "usersManager", "systemAdmin", "backupUploader", "backupDownloader", "uploadsAnytime"]


additionalPrinterColumns:
Expand Down

0 comments on commit c0301f9

Please sign in to comment.