feat(argo-workflows): allow additional rules for service account that runs the workflows (#3186)

* feat(argo-workflows): allow additional rules for service account that runs the workflows

Signed-off-by: fuyuan.chu <fuyuan.chu@airwallex.com>

* Update charts/argo-workflows/templates/controller/workflow-role.yaml

Co-authored-by: Aikawa <yu.croco@gmail.com>
Signed-off-by: awx-fuyuanchu <86345114+awx-fuyuanchu@users.noreply.github.com>

---------

Signed-off-by: fuyuan.chu <fuyuan.chu@airwallex.com>
Signed-off-by: awx-fuyuanchu <86345114+awx-fuyuanchu@users.noreply.github.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
This commit is contained in:
awx-fuyuanchu 2025-03-03 14:08:40 +08:00 committed by GitHub
parent 68604eb508
commit 02dcd41ec1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 2 deletions

View file

@ -18,6 +18,9 @@ rules:
verbs:
- create
- patch
{{- with $.Values.workflow.rbac.rules }}
{{- toYaml . | nindent 2 }}
{{- end }}
{{- end }}
{{- end }}