fix(argo-workflows): Add missing verbs on argo-workflows-server (#1278)
Signed-off-by: yu-croco <yuki.kita22@gmail.com>
This commit is contained in:
parent
1492575ee0
commit
72d29611b7
2 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
name: argo-workflows
|
||||
description: A Helm chart for Argo Workflows
|
||||
type: application
|
||||
version: 0.15.0
|
||||
version: 0.15.1
|
||||
appVersion: v3.3.2
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
|
@ -15,5 +15,4 @@ maintainers:
|
|||
- name: benjaminws
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Added]: Add support for controller Deployment annotations via controller.deploymentAnnotations chart value."
|
||||
- "[Added]: Add support for server Deployment annotations via server.deploymentAnnotations chart value."
|
||||
- "[Fixed]: Add missing verbs on argo-workflows-server."
|
||||
|
|
|
@ -54,6 +54,7 @@ rules:
|
|||
verbs:
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
- apiGroups:
|
||||
|
@ -63,6 +64,7 @@ rules:
|
|||
verbs:
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
{{- if .Values.server.sso }}
|
||||
{{- if .Values.server.sso.rbac }}
|
||||
{{- with .Values.server.sso.rbac.secretWhitelist }}
|
||||
|
|
Loading…
Reference in a new issue