https://rancher.com/ logo
Title
f

fancy-angle-74076

09/06/2022, 5:57 PM
Also is there a way to specify the current directory in the volume paths in a k3d config? I want to specify something like `pwd`/abc/def/:/var/lib/rancher/k3s/storage/ but I can't figure out how to add the current directory to the config without templating it.
w

wide-garage-9465

09/06/2022, 7:52 PM
K3d expands environment variables in the config file, so depending on your system ${PWD} or ${CWD} or whatever should work in the config file