Skip to content

Commit

Permalink
Update autogenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
zimnx committed Oct 7, 2024
1 parent 663d082 commit 858d3ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13092,6 +13092,9 @@ rules:
- list
- patch
- watch
# Sidecar no longer fetches ScyllaClusters. Necessary information is provided by the Operator to sidecar via ScyllaDB config or arguments.
# However, to ensure smooth Operator updates, this cannot be removed earlier than in 1.16.
# TODO: remove this permission in Operator >=1.16 (https://github.com/scylladb/scylla-operator/issues/2141)
- apiGroups:
- scylla.scylladb.com
resources:
Expand Down
3 changes: 3 additions & 0 deletions deploy/operator/00_scyllacluster_member_clusterrole_def.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ rules:
- list
- patch
- watch
# Sidecar no longer fetches ScyllaClusters. Necessary information is provided by the Operator to sidecar via ScyllaDB config or arguments.
# However, to ensure smooth Operator updates, this cannot be removed earlier than in 1.16.
# TODO: remove this permission in Operator >=1.16 (https://github.com/scylladb/scylla-operator/issues/2141)
- apiGroups:
- scylla.scylladb.com
resources:
Expand Down

0 comments on commit 858d3ba

Please sign in to comment.