Add devbox

This commit is contained in:
Ruben Hensen
2025-03-06 20:00:26 +01:00
parent b102b3d6cf
commit cbc3a0b60f
2 changed files with 186 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"$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"
]
}
}
}