mirror of
https://github.com/bitnami/charts.git
synced 2026-04-02 15:27:08 +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-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
|
||||||
|
|||||||
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user