Skip to content

Commit

Permalink
Add missing patch permissions for contour RBAC
Browse files Browse the repository at this point in the history
Since this PR argoproj-labs/rollouts-plugin-trafficrouter-contour#53 the contour trafficrouter plugin uses `patch` not `update`. Add the `patch` permission so that the latest version of the trafficrouter plugin works

Signed-off-by: Frank Hamand <frankhamand@gmail.com>
  • Loading branch information
frankh authored Jan 25, 2024
1 parent bc89bb5 commit 112838b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/argo-rollouts/templates/controller/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ rules:
- list
- watch
- update
- patch
{{- end }}
{{- if .Values.providerRBAC.providers.glooPlatform }}
# Access needed when using the Gloo Platform provider
Expand Down

0 comments on commit 112838b

Please sign in to comment.