mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-08-25 18:19:42 +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:
|
nodeSelector:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- with .affinity }}
|
||||||
|
affinity:
|
||||||
|
{{- toYaml . | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
|
{{- with .tolerations }}
|
||||||
|
tolerations:
|
||||||
|
{{- toYaml . | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user