mirror of
https://github.com/bitnami/charts.git
synced 2026-04-02 07:17:26 +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:
@@ -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-exec
|
||||
- https://argoproj.github.io/workflows/
|
||||
version: 5.1.10
|
||||
version: 5.1.11
|
||||
|
||||
@@ -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