mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-08-25 01:59:39 +00:00
Merge pull request #164 from carllhw/feature-pre-install-initdb-tolerations
feat: pre-install-initdb support affinity,tolerations
This commit is contained in:
commit
f9aaf78d45
@ -92,4 +92,12 @@ spec:
|
||||
nodeSelector:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- with .affinity }}
|
||||
affinity:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- with .tolerations }}
|
||||
tolerations:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
Loading…
Reference in New Issue
Block a user