File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
charts/openstack-cloud-controller-manager Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Openstack Cloud Controller Manager Helm Chart
4
4
icon : https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/6e4619c416ff4bd19e1c087f27a43eea/www-images-prod/openstack-logo/OpenStack-Logo-Vertical.png
5
5
home : https://github.com/kubernetes/cloud-provider-openstack
6
6
name : openstack-cloud-controller-manager
7
- version : 2.28.0-alpha.1
7
+ version : 2.28.0-alpha.2
8
8
maintainers :
9
9
- name : eumel8
10
10
Original file line number Diff line number Diff line change 95
95
initContainers : {{ toYaml .Values.extraInitContainers | nindent 6 }}
96
96
{{- end }}
97
97
hostNetwork : true
98
+ {{- if .Values.priorityClassName }}
99
+ priorityClassName : {{ .Values.priorityClassName }}
100
+ {{- end }}
98
101
volumes :
99
102
- name : cloud-config-volume
100
103
secret :
Original file line number Diff line number Diff line change @@ -98,6 +98,10 @@ cloudConfig:
98
98
blockStorage :
99
99
metadata :
100
100
101
+ # # Pod priority settings
102
+ # # ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
103
+ priorityClassName :
104
+
101
105
# The following three volumes are required to use all OCCM controllers,
102
106
# but might not be needed if you just use a specific controller
103
107
# Additional volumes that should be available to the pods:
You can’t perform that action at this time.
0 commit comments