fix(argo-workflows): add missing verbs on workflow-controller cluster role for using HTTP templates (#1327)
Signed-off-by: yu-croco <yuki.kita22@gmail.com>
This commit is contained in:
parent
94f4a5e56e
commit
445b2757f5
2 changed files with 11 additions and 2 deletions
|
|
@ -154,6 +154,15 @@ rules:
|
|||
- update
|
||||
- patch
|
||||
- delete
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- secrets
|
||||
verbs:
|
||||
- get
|
||||
resourceNames:
|
||||
{{/* for HTTP templates */}}
|
||||
- argo-workflows-agent-ca-certificates
|
||||
|
||||
{{- if .Values.controller.clusterWorkflowTemplates.enabled }}
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue