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:
parent
bc89bb5dd6
commit
e219d08abd
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -266,6 +266,7 @@ rules:
|
|||
- list
|
||||
- watch
|
||||
- update
|
||||
- patch
|
||||
{{- end }}
|
||||
{{- if .Values.providerRBAC.providers.glooPlatform }}
|
||||
# Access needed when using the Gloo Platform provider
|
||||
|
|
Loading…
Reference in a new issue