tested initial dev deployment to local k3d Reviewed-on: https://codeberg.org/headshed/infctl-cli/pulls/2 Co-authored-by: jon brookes <jon@headshed.dev> Co-committed-by: jon brookes <jon@headshed.dev>
5 lines
94 B
Bash
Executable file
5 lines
94 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
mkdir -p /mnt/data
|
|
k3d cluster create --config files/ctl/k3d_config.yml
|
|
|