We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f3b9b commit b84851bCopy full SHA for b84851b
template/deploy/helm/[[operator]]/templates/deployment.yaml.j2
@@ -104,6 +104,15 @@ spec:
104
tolerations:
105
{{- toYaml . | nindent 8 }}
106
{{- end }}
107
+ {{- with .Values.priority }}
108
+ priority: {{ . }}
109
+ {{- end }}
110
+ {{- with .Values.priorityClassName }}
111
+ priorityClassName: {{ . }}
112
113
+ {{- with .Values.preemptionPolicy }}
114
+ preemptionPolicy: {{ . }}
115
116
{[% else %}]
117
# Templated Deployment disabled for this operator
118
{[% endif %}]
0 commit comments