Skip to content

Commit

Permalink
add missing copytargets to mirrord user cluster role (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Feb 12, 2024
1 parent 7c4abb7 commit 0ba0923
Show file tree
Hide file tree
Showing 2 changed files with 4 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.0
version: 0.13.1

# 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
3 changes: 3 additions & 0 deletions mirrord-operator/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ rules:
- apiGroups:
- operator.metalbear.co
resources:
- copytargets
- mirrordoperators
- targets
- targets/port-locks
Expand All @@ -74,11 +75,13 @@ rules:
- operator.metalbear.co
resources:
- mirrordoperators/certificate
- copytargets
verbs:
- create
- apiGroups:
- operator.metalbear.co
resources:
- targets
- copytargets
verbs:
- proxy

0 comments on commit 0ba0923

Please sign in to comment.