Fix node selector for contiv etcd proxy (#3765)

This commit is contained in:
Erwan Miran 2018-11-27 09:10:33 +01:00 committed by k8s-ci-robot
parent 02169e8f85
commit d33434647b

View file

@ -23,7 +23,7 @@ spec:
hostNetwork: true
hostPID: true
nodeSelector:
node-role.kubernetes.io/node: "true"
node-role.kubernetes.io/node: ""
containers:
- name: contiv-etcd-proxy
image: {{ contiv_etcd_image_repo }}:{{ contiv_etcd_image_tag }}