Add missing patch permissions for contour RBAC

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>
This commit is contained in:
Frank Hamand 2024-01-25 13:57:37 +00:00
parent bc89bb5dd6
commit e219d08abd
No known key found for this signature in database
GPG key ID: DFBD046FF46A9462
2 changed files with 4 additions and 1 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v1.6.4
description: A Helm chart for Argo Rollouts
name: argo-rollouts
version: 2.34.1
version: 2.34.2
home: https://github.com/argoproj/argo-helm
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
keywords:
@ -20,3 +20,5 @@ annotations:
artifacthub.io/changes: |
- kind: added
description: Added Gloo Platform provider RBAC rules
- kind: fixed
description: Fixed contour trafficrouter RBAC rules missing "patch" permission

View file

@ -266,6 +266,7 @@ rules:
- list
- watch
- update
- patch
{{- end }}
{{- if .Values.providerRBAC.providers.glooPlatform }}
# Access needed when using the Gloo Platform provider