Skip to content

Commit

Permalink
Added ReplicaSets permissions (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 authored Jan 30, 2025
1 parent dd25bf4 commit 2aea69d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.17.3
version: 1.18.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 2 additions & 0 deletions mirrord-operator/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ rules:
- statefulsets
- statefulsets/scale
- services
- replicasets
verbs:
- get
- list
Expand All @@ -34,6 +35,7 @@ rules:
resources:
- deployments
- statefulsets
- replicasets
verbs:
- patch
- apiGroups:
Expand Down

0 comments on commit 2aea69d

Please sign in to comment.