Skip to content
Snippets Groups Projects
Commit a9363965 authored by Matthew Mosesohn's avatar Matthew Mosesohn
Browse files

Allow calico to configure pool if tree exists, but no pools defined

parent 71a230a4
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
environment: environment:
NO_DEFAULT_POOLS: true NO_DEFAULT_POOLS: true
run_once: true run_once: true
when: calico_conf.status == 404 when: calico_conf.status == 404 or "nodes" not in calico_conf.content
- name: Calico | Get calico configuration from etcd - name: Calico | Get calico configuration from etcd
uri: uri:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment