Update calico-node.yml.j2
This commit is contained in:
parent
dd9d0c0530
commit
60a057cace
1 changed files with 2 additions and 2 deletions
|
@ -109,8 +109,8 @@ spec:
|
||||||
name: calico-config
|
name: calico-config
|
||||||
key: etcd_cert
|
key: etcd_cert
|
||||||
{% if calico_ip_auto_method is defined %}
|
{% if calico_ip_auto_method is defined %}
|
||||||
- name: IP_AUTODETECTION_METHOD
|
- name: IP_AUTODETECTION_METHOD
|
||||||
value: "{{ calico_ip_auto_method }}"
|
value: "{{ calico_ip_auto_method }}"
|
||||||
{% else %}
|
{% else %}
|
||||||
- name: IP
|
- name: IP
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|
Loading…
Reference in a new issue