feat: add pod priorityClassName

This commit is contained in:
weian
2023-02-15 18:35:45 +08:00
parent f5e2b9dd67
commit 2b878f03e0
3 changed files with 5 additions and 1 deletions

View File

@@ -36,6 +36,9 @@ spec:
tolerations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with $pod.priorityClassName }}
priorityClassName: {{ . }}
{{- end }}
{{- end }}
{{- define "common.pod.template" -}}