feat(argo-rollouts): add rollout plugin contour rbac (#2371)

This commit is contained in:
yyzxw 2023-12-08 01:49:59 +08:00 committed by GitHub
parent 6cf99a08c8
commit 83c3bc8115
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 2 deletions

View file

@ -255,5 +255,17 @@ rules:
- get
- update
{{- end }}
{{- if .Values.providerRBAC.providers.contour }}
# Access needed when using the Contour provider
- apiGroups:
- projectcontour.io
resources:
- httpproxies
verbs:
- get
- list
- watch
- update
{{- end }}
{{- end }}
{{- end }}