Skip to content
Snippets Groups Projects
Commit f7dd20f2 authored by Bogdan Dobrelya's avatar Bogdan Dobrelya Committed by GitHub
Browse files

Merge pull request #695 from kubernetes-incubator/bug669

Force hardlink for calico/canal certs
parents 8eb26c21 bfc9bcb8
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@
src: "{{ etcd_cert_dir }}/{{ item.s }}"
dest: "{{ calico_cert_dir }}/{{ item.d }}"
state: hard
force: yes
with_items:
- {s: "ca.pem", d: "ca_cert.crt"}
- {s: "node.pem", d: "cert.crt"}
......
......@@ -18,6 +18,7 @@
src: "{{ etcd_cert_dir }}/{{ item.s }}"
dest: "{{ canal_cert_dir }}/{{ item.d }}"
state: hard
force: yes
with_items:
- {s: "ca.pem", d: "ca_cert.crt"}
- {s: "node.pem", d: "cert.crt"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment