[bitnami/argo-workflows] Add missing verb on workflow-controller cluster role for using HTTP templates and plugins (#15301)

* Copy fix of https://github.com/argoproj/argo-helm/pull/1327

Signed-off-by: PidgeyBE <pidgey.be@gmail.com>
Signed-off-by: Pieterjan <pieterjan.soetaert@robovision.eu>

* bump argo-workflows chart

Signed-off-by: Pieterjan <pieterjan.soetaert@robovision.eu>

---------

Signed-off-by: PidgeyBE <pidgey.be@gmail.com>
Signed-off-by: Pieterjan <pieterjan.soetaert@robovision.eu>
This commit is contained in:
PidgeyBE
2023-03-03 11:04:33 +01:00
committed by GitHub
parent cfe5b42dba
commit 21ad7f41ce
2 changed files with 3 additions and 1 deletions

View File

@@ -124,6 +124,8 @@ rules:
resourceNames:
- {{ include "argo-workflows.controller.database.username.secret" . }}
- {{ include "argo-workflows.controller.database.password.secret" . }}
{{/* for HTTP templates */}}
- argo-workflows-agent-ca-certificates
verbs:
- get
{{- end }}