Configure PriorityClassName for MetalLB deployment (#8362)

This commit is contained in:
Unai Arríen 2022-01-04 17:20:52 +01:00 committed by GitHub
parent 92f25bf267
commit 0e98814732
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -433,6 +433,7 @@ spec:
app: metallb
component: controller
spec:
priorityClassName: system-cluster-critical
{% if metallb_controller_tolerations %}
tolerations:
{{ metallb_controller_tolerations | to_nice_yaml(indent=2) | indent(width=8) }}