Change server's crb creation conditions

Signed-off-by: frauniki <frauniki@sinoa.jp>
This commit is contained in:
frauniki 2023-06-21 14:01:11 +09:00
parent db0484fe51
commit 234824be8b
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ appVersion: v3.4.8
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.29.2 version: 0.29.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:
@ -16,5 +16,5 @@ annotations:
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252 fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
url: https://argoproj.github.io/argo-helm/pgp_keys.asc url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: added - kind: fixed
description: Add support for UI columns configuration 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 apiVersion: rbac.authorization.k8s.io/v1
{{- if .Values.singleNamespace }} {{- if .Values.singleNamespace }}
kind: RoleBinding kind: RoleBinding