[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

@@ -35,4 +35,4 @@ sources:
- https://github.com/bitnami/containers/tree/main/bitnami/argo-workflow-controller - https://github.com/bitnami/containers/tree/main/bitnami/argo-workflow-controller
- https://github.com/bitnami/containers/tree/main/bitnami/argo-workflow-exec - https://github.com/bitnami/containers/tree/main/bitnami/argo-workflow-exec
- https://argoproj.github.io/workflows/ - https://argoproj.github.io/workflows/
version: 5.1.10 version: 5.1.11

View File

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