Skip to content

Commit

Permalink
Update autogenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
zimnx committed Sep 4, 2024
1 parent 47d0452 commit a0f75de
Show file tree
Hide file tree
Showing 19 changed files with 35,085 additions and 34 deletions.
7,941 changes: 7,941 additions & 0 deletions deploy/operator.yaml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions deploy/operator/00_clusterrole_def.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ rules:
resources:
- scyllaclusters
- scylladbmonitorings
- scylladbdatacenters
verbs:
- create
- delete
Expand All @@ -119,6 +120,7 @@ rules:
resources:
- scyllaclusters/status
- scylladbmonitorings/status
- scylladbdatacenters/status
verbs:
- get
- list
Expand Down
1 change: 1 addition & 0 deletions deploy/operator/00_scyllacluster_clusterrole_edit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ rules:
resources:
- scyllaclusters
- scylladbmonitorings
- scylladbdatacenters
verbs:
- create
- patch
Expand Down
1 change: 1 addition & 0 deletions deploy/operator/00_scyllacluster_clusterrole_view.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ rules:
resources:
- scyllaclusters
- scylladbmonitorings
- scylladbdatacenters
verbs:
- get
- list
Expand Down
1 change: 1 addition & 0 deletions deploy/operator/10_validatingwebhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ webhooks:
resources:
- nodeconfigs
- scyllaoperatorconfigs
- scylladbdatacenters
Loading

0 comments on commit a0f75de

Please sign in to comment.