Commit 1055f939 authored by Alan Peng's avatar Alan Peng
Browse files

update master-node.ansible

parent e17e5fe3
Showing with 1 addition and 1 deletion
+1 -1
......@@ -371,7 +371,7 @@
- name: replace image repo in calico yaml files
replace:
dest: "{{ item.filename }}"
regexp: "image: calico/"
regexp: "image: docker.io/calico/"
replace: "image: {{ registry_endpoint }}/{{ registry_project }}/"
with_items:
- { filename: "{{ path }}/calico/k8s-manifests/calico.yaml" }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment