Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions charts/headlamp/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,9 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.priorityClassName }}
priorityClassName: {{ . | quote }}
{{- end }}
{{- if or .Values.pluginsManager.enabled .Values.volumes }}
volumes:
{{- if .Values.pluginsManager.enabled }}
Expand Down
3 changes: 3 additions & 0 deletions charts/headlamp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,9 @@ tolerations: []
# -- Affinity settings for pod assignment
affinity: {}

# -- Pod priority class
priorityClassName: ""

# Plugin Manager Sidecar Container Configuration
pluginsManager:
# -- Enable plugin manager
Expand Down
Loading