Merge branch 'main' into gabe/probes

Signed-off-by: Gabe Conradi <gconradi@seatgeek.com>
This commit is contained in:
Gabe Conradi 2023-08-11 14:00:17 -04:00
commit f481c9b265
2 changed files with 1 additions and 6 deletions

View file

@ -3,7 +3,7 @@ appVersion: v3.4.10
name: argo-workflows name: argo-workflows
description: A Helm chart for Argo Workflows description: A Helm chart for Argo Workflows
type: application type: application
version: 0.32.1 version: 0.32.3
icon: https://argoproj.github.io/argo-workflows/assets/logo.png icon: https://argoproj.github.io/argo-workflows/assets/logo.png
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
sources: sources:
@ -18,5 +18,3 @@ annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: added - kind: added
description: Add support for overriding server livenessProbe, readinessProbe description: Add support for overriding server livenessProbe, readinessProbe
- kind: added
description: Add support for executor args

View file

@ -47,7 +47,6 @@ rules:
- sso - sso
verbs: verbs:
- get - get
- update
- apiGroups: - apiGroups:
- "" - ""
resources: resources:
@ -71,8 +70,6 @@ rules:
- secrets - secrets
verbs: verbs:
- get - get
- list
- watch
{{- if and .Values.server.sso.enabled .Values.server.sso.rbac.enabled }} {{- if and .Values.server.sso.enabled .Values.server.sso.rbac.enabled }}
{{- with .Values.server.sso.rbac.secretWhitelist }} {{- with .Values.server.sso.rbac.secretWhitelist }}
resourceNames: {{- toYaml . | nindent 4 }} resourceNames: {{- toYaml . | nindent 4 }}