Files
k8scd/devbox.json
T
Ruben Hensen cbc3a0b60f Add devbox
2025-03-06 20:00:26 +01:00

19 lines
378 B
JSON

{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.14.0/.schema/devbox.schema.json",
"packages": [
"helm@latest",
"velero@latest",
"kubectl@latest"
],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}