fix(argo-workflows): Change argo-workflows-server crb creation conditions (#2124)

Change server's crb creation conditions

Signed-off-by: frauniki <frauniki@sinoa.jp>
Co-authored-by: Jason Meridth <jmeridth@gmail.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
pull/2131/head argo-workflows-0.29.3
frauniki 2023-06-24 01:35:01 +09:00 committed by GitHub
parent 172ce600a1
commit 490ffa574c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ appVersion: v3.4.8
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
version: 0.29.2
version: 0.29.3
icon: https://argoproj.github.io/argo-workflows/assets/logo.png
home: https://github.com/argoproj/argo-helm
sources:
@ -16,5 +16,5 @@ annotations:
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: |
- kind: added
description: Add support for UI columns configuration
- kind: fixed
description: Modify to allow ClusterRoleBinding to be created even if the server's ServiceAccount is not created

View File

@ -1,4 +1,4 @@
{{- if and .Values.server.enabled .Values.server.serviceAccount.create .Values.server.rbac.create -}}
{{- if and .Values.server.enabled .Values.server.rbac.create -}}
apiVersion: rbac.authorization.k8s.io/v1
{{- if .Values.singleNamespace }}
kind: RoleBinding