Skip to content
Snippets Groups Projects
Commit 3fa81bb8 authored by Egor's avatar Egor Committed by k8s-ci-robot
Browse files

Fix dns-autoscaler nodeAffinity: set to empty (#3747)

parent 5daadc02
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ spec:
- key: node-role.kubernetes.io/master
operator: In
values:
- "true"
- ""
containers:
- name: autoscaler
image: "{{ dnsautoscaler_image_repo }}:{{ dnsautoscaler_image_tag }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment