Merge pull request #164 from carllhw/feature-pre-install-initdb-tolerations

feat: pre-install-initdb support affinity,tolerations
This commit is contained in:
吴小白 2024-11-25 13:12:07 +08:00 committed by GitHub
commit f9aaf78d45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}