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
Branches
Tags
No related merge requests found
...@@ -58,7 +58,7 @@ spec: ...@@ -58,7 +58,7 @@ spec:
- key: node-role.kubernetes.io/master - key: node-role.kubernetes.io/master
operator: In operator: In
values: values:
- "true" - ""
containers: containers:
- name: autoscaler - name: autoscaler
image: "{{ dnsautoscaler_image_repo }}:{{ dnsautoscaler_image_tag }}" image: "{{ dnsautoscaler_image_repo }}:{{ dnsautoscaler_image_tag }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment