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 04692ae commit ffa2c21Copy full SHA for ffa2c21
charts/headlamp/templates/deployment.yaml
@@ -387,6 +387,9 @@ spec:
387
tolerations:
388
{{- toYaml . | nindent 8 }}
389
{{- end }}
390
+ {{- with .Values.priorityClassName }}
391
+ priorityClassName: {{ . }}
392
+ {{- end }}
393
{{- if or .Values.pluginsManager.enabled .Values.volumes }}
394
volumes:
395
{{- if .Values.pluginsManager.enabled }}
charts/headlamp/values.yaml
@@ -263,6 +263,9 @@ tolerations: []
263
# -- Affinity settings for pod assignment
264
affinity: {}
265
266
+# -- Pod priority class
267
+priorityClassName: ""
268
+
269
# Plugin Manager Sidecar Container Configuration
270
pluginsManager:
271
# -- Enable plugin manager
0 commit comments