Skip to content
Snippets Groups Projects
Unverified Commit 329e97c4 authored by Chad Swenson's avatar Chad Swenson Committed by GitHub
Browse files

Merge pull request #3018 from seungkyua/remove_double_slash

Remove double slash
parents ca62c75b 0366600b
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@
# FIXME(mattymo): Reconcile kubelet kubeconfig filename for both deploy modes
- name: Symlink kubelet kubeconfig for calico/canal
file:
src: "{{ kube_config_dir }}//kubelet.conf"
src: "{{ kube_config_dir }}/kubelet.conf"
dest: "{{ kube_config_dir }}/node-kubeconfig.yaml"
state: link
force: yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment