Unai Arríen
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
roles/kubernetes-apps/metallb/templates/metallb.yml.j2
|
@ -433,6 +433,7 @@ spec: |
|
|
app: metallb |
|
|
app: metallb |
|
|
component: controller |
|
|
component: controller |
|
|
spec: |
|
|
spec: |
|
|
|
|
|
priorityClassName: system-cluster-critical |
|
|
{% if metallb_controller_tolerations %} |
|
|
{% if metallb_controller_tolerations %} |
|
|
tolerations: |
|
|
tolerations: |
|
|
{{ metallb_controller_tolerations | to_nice_yaml(indent=2) | indent(width=8) }} |
|
|
{{ metallb_controller_tolerations | to_nice_yaml(indent=2) | indent(width=8) }} |
|
|