stable/chartmuseum: Fix condition for setting schedulerName (#23557)

Signed-off-by: Chance Zibolski <czibolski@rigetti.com>
This commit is contained in:
Chance Zibolski
2020-08-17 21:09:31 -07:00
committed by GitHub
parent fd816f5dac
commit 04397b85a0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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 }}