mirror of
https://github.com/outbackdingo/talos-cloud-controller-manager.git
synced 2026-01-27 18:20:23 +00:00
fix: set priorityClassName
priorityClassName was missing in deployment.yaml Signed-off-by: Marcel Richter <mail@mrclrchtr.de>
This commit is contained in:
@@ -41,6 +41,7 @@ spec:
|
|||||||
dnsPolicy: ClusterFirstWithHostNet
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
priorityClassName: {{ default "system-cluster-critical" .Values.priorityClassName }}
|
||||||
containers:
|
containers:
|
||||||
- name: {{ .Chart.Name }}
|
- name: {{ .Chart.Name }}
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ serviceAccount:
|
|||||||
name: ""
|
name: ""
|
||||||
|
|
||||||
# -- CCM pods' priorityClassName.
|
# -- CCM pods' priorityClassName.
|
||||||
priorityClassName: system-cluster-critical
|
priorityClassName: ""
|
||||||
|
|
||||||
# -- Annotations for data pods.
|
# -- Annotations for data pods.
|
||||||
# ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
|
# ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
|
||||||
|
|||||||
Reference in New Issue
Block a user