mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
stable/chartmuseum: Fix condition for setting schedulerName (#23557)
Signed-off-by: Chance Zibolski <czibolski@rigetti.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: Host your own Helm Chart Repository
|
||||
name: chartmuseum
|
||||
version: 2.13.1
|
||||
version: 2.13.2
|
||||
appVersion: 0.12.0
|
||||
home: https://github.com/helm/chartmuseum
|
||||
icon: https://raw.githubusercontent.com/helm/chartmuseum/master/logo2.png
|
||||
|
||||
@@ -160,7 +160,7 @@ spec:
|
||||
tolerations:
|
||||
{{ toYaml . | indent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.serviceAccount.create }}
|
||||
{{- if .Values.deployment.schedulerName }}
|
||||
schedulerName: {{ .Values.deployment.schedulerName }}
|
||||
{{- end -}}
|
||||
{{- if .Values.serviceAccount.create }}
|
||||
|
||||
Reference in New Issue
Block a user