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