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:
Aikawa 2022-05-21 04:19:07 +09:00 committed by GitHub
parent 1492575ee0
commit 72d29611b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -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."

View file

@ -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 }}