Skip to content

Commit

Permalink
fix: set priorityClassName
Browse files Browse the repository at this point in the history
priorityClassName was missing in deployment.yaml

Signed-off-by: Marcel Richter <[email protected]>
  • Loading branch information
mrclrchtr committed Jun 7, 2024
1 parent 53034c8 commit 7dac5b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
hostNetwork: true
{{- end }}
priorityClassName: {{ default "system-cluster-critical" .Values.priorityClassName }}
containers:
- name: {{ .Chart.Name }}
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion charts/talos-cloud-controller-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ serviceAccount:
name: ""

# -- CCM pods' priorityClassName.
priorityClassName: system-cluster-critical
priorityClassName: ""

# -- Annotations for data pods.
# ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
Expand Down

0 comments on commit 7dac5b8

Please sign in to comment.