Skip to content

Commit

Permalink
add missing permissions in operator role (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Feb 13, 2024
1 parent 2265382 commit 0511753
Show file tree
Hide file tree
Showing 2 changed files with 9 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: 0.13.2
version: 0.13.3

# 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
8 changes: 8 additions & 0 deletions mirrord-operator/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ rules:
- pods/log
- pods/ephemeralcontainers
- deployments
- deployments/scale
- jobs
- rollouts
verbs:
Expand All @@ -26,12 +27,19 @@ rules:
- jobs
verbs:
- create
- delete
- apiGroups:
- ''
resources:
- pods/ephemeralcontainers
verbs:
- update
- apiGroups:
- apps
resources:
- deployments/scale
verbs:
- patch
- apiGroups:
- ''
- authentication.k8s.io
Expand Down

0 comments on commit 0511753

Please sign in to comment.