Добавлен код и промты.
This commit is contained in:
24
.cascade-config.json
Normal file
24
.cascade-config.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"project": {
|
||||
"name": "apk-deploy",
|
||||
"description": "Kubernetes deployment system using Terraform and k3s",
|
||||
"context_files": [
|
||||
"README.md",
|
||||
"environment.md",
|
||||
"project.config",
|
||||
"terraform/terraformrc"
|
||||
]
|
||||
},
|
||||
"environment": {
|
||||
"os": ["ubuntu-24.04", "windows-11"],
|
||||
"shell_windows": "git-bash",
|
||||
"required_tools": ["terraform", "ssh", "git"]
|
||||
},
|
||||
"preferences": {
|
||||
"deploy_method": "terraform",
|
||||
"kubernetes": {
|
||||
"version": "v1.31.6+k3s1",
|
||||
"channel": "stable"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user