create parent directories when linking kubernetes bootstrap resources
closes #78
This commit is contained in:
parent
2350938f17
commit
0c882b7bcb
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ in {
|
|||
}).config.kubernetes.result;
|
||||
in
|
||||
''
|
||||
mkdir -p /var/lib/rancher/k3s/server/manifests
|
||||
ln -sf ${k3sBootstrapFile} /var/lib/rancher/k3s/server/manifests/k3s-bootstrap.json
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue