modified: .vscode/tasks.json

modified:   README.md
This commit is contained in:
Márcio Fernandes
2026-08-24 19:20:20 +00:00
parent 49738d89c4
commit bd55c5cf76
2 changed files with 8 additions and 10 deletions
-6
View File
@@ -16,12 +16,6 @@
"command": "bash -c '[[ \"$(basename ${file})\" == \"kustomization.yaml\" ]] && kubectl kustomize ${fileDirname} | kubectl apply -f - || echo \"❌ invalid kustomization.yaml\"'",
"problemMatcher": [],
"group": "build"
},
{
"label": "Apply App",
"type": "shell",
"command": "./ops-scripts/apply-app.sh",
"problemMatcher": []
}
]
}