mirror of
https://github.com/bitnami/charts.git
synced 2026-04-01 06:47:23 +08:00
[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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user