Skip to content
Snippets Groups Projects
Commit 556a8d68 authored by Erwan Miran's avatar Erwan Miran Committed by Kubernetes Prow Robot
Browse files

Set IP env var to autodetect when calico_ip_auto_method is defined (#4105)

parent fcd895d0
Branches
Tags
No related merge requests found
...@@ -128,6 +128,8 @@ spec: ...@@ -128,6 +128,8 @@ spec:
{% 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 }}"
- name: IP
value: "autodetect"
{% else %} {% else %}
- name: IP - name: IP
valueFrom: valueFrom:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment