K8S scratch demo1.

This commit is contained in:
End of Line 2024-07-01 18:30:46 +02:00
parent eb6a3b5d37
commit 4213a9edc6
6 changed files with 0 additions and 0 deletions

View file

@ -1,18 +0,0 @@
{
"provisioners": [
{
"type": "shell",
"execute_command": "echo 'vagrant' | {{.Vars}} sudo -S -E bash '{{.Path}}'",
"script": "scripts/setup.sh"
}
],
"builders": [
{
"communicator": "ssh",
"source_path": "debian/bullseye64",
"provider": "virtualbox",
"add_force": true,
"type": "vagrant"
}
]
}