File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
charts/openstack-cloud-controller-manager Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 96
96
initContainers : {{ toYaml .Values.extraInitContainers | nindent 6 }}
97
97
{{- end }}
98
98
hostNetwork : true
99
+ {{- if .Values.priorityClassName }}
100
+ priorityClassName : {{ .Values.priorityClassName }}
101
+ {{- end }}
99
102
volumes :
100
103
- name : cloud-config-volume
101
104
secret :
Original file line number Diff line number Diff line change @@ -99,6 +99,10 @@ cloudConfig:
99
99
blockStorage :
100
100
metadata :
101
101
102
+ # # Pod priority settings
103
+ # # ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
104
+ priorityClassName :
105
+
102
106
# The following three volumes are required to use all OCCM controllers,
103
107
# but might not be needed if you just use a specific controller
104
108
# Additional volumes that should be available to the pods:
You can’t perform that action at this time.
0 commit comments