Add value option to define schedulerName (#150)
For those who have a need to configure the schedulerName like us, make this an option just as it is for example in the postgres chart Co-authored-by: Dimitri Ars <[email protected]> Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/150 Reviewed-by: luhahn <[email protected]> Reviewed-by: Lunny Xiao <[email protected]> Co-authored-by: mrdima <[email protected]> Co-committed-by: mrdima <[email protected]>
This commit is contained in:
committed by
Lunny Xiao
co-authored by
Dimitri Ars
parent
b88bbd6d4d
commit
5b5ea7173a
@@ -28,6 +28,9 @@ spec:
|
||||
{{- toYaml .Values.statefulset.labels | nindent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- if .Values.schedulerName }}
|
||||
schedulerName: "{{ .Values.schedulerName }}"
|
||||
{{- end }}
|
||||
{{- with .Values.imagePullSecrets }}
|
||||
imagePullSecrets:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
|
||||
Reference in New Issue
Block a user