fix ln
This commit is contained in:
parent
fde64d0122
commit
4928d94e95
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ fun Prov.provisionK3sInfra(k3sConfig: K3sConfig) = task {
|
||||||
} else {
|
} else {
|
||||||
ProvResult(true)
|
ProvResult(true)
|
||||||
}
|
}
|
||||||
cmd("ln -s /etc/rancher/k3s/k3s.yaml" + k8sCredentialsPath + "admin.conf", sudo = true)
|
cmd("ln -s /etc/rancher/k3s/k3s.yaml " + k8sCredentialsPath + "admin.conf", sudo = true)
|
||||||
} else {
|
} else {
|
||||||
ProvResult(true)
|
ProvResult(true)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue