Commit a7ecb562 authored by Ashwani Khemani's avatar Ashwani Khemani

changes for update-bazel script

parent b929ba01
...@@ -78,16 +78,16 @@ deb_data( ...@@ -78,16 +78,16 @@ deb_data(
"mode": "644", "mode": "644",
"dir": "/etc/systemd/system/kubelet.service.d", "dir": "/etc/systemd/system/kubelet.service.d",
}, },
{ {
"files": ["kubeadm.conf"], "files": ["kubeadm.conf"],
"mode": "644", "mode": "644",
"dir": "/usr/lib/modules-load.d", "dir": "/usr/lib/modules-load.d",
}, },
{ {
"files": ["50-kubeadm.conf"], "files": ["50-kubeadm.conf"],
"mode": "644", "mode": "644",
"dir": "/etc/sysctl.d/50-kubeadm.conf", "dir": "/etc/sysctl.d",
} },
], ],
) )
......
Markdown is supported
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