From 9925a9daac175f98fc17d9c349c63c38b8318184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 29 Aug 2026 20:56:32 +0000 Subject: [PATCH] modified: casa.full-stack.code-workspace --- casa.full-stack.code-workspace | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/casa.full-stack.code-workspace b/casa.full-stack.code-workspace index d11cc23..c1c2ac0 100644 --- a/casa.full-stack.code-workspace +++ b/casa.full-stack.code-workspace @@ -101,18 +101,11 @@ "focus": false, "panel": "shared" } - }, - { - "label": "Kustomize - Build - Selected File", - "type": "shell", - "command": "bash -c '[[ \"$(basename ${file})\" == \"kustomization.yaml\" ]] && kubectl kustomize ${fileDirname} || echo \"❌ invalid kustomization.yaml\"'", - "problemMatcher": [], - "group": "build" }, { - "label": "Kustomize - Build & Deploy - Selected File", + "label": "Kustomize - Deploy - Selected File", "type": "shell", - "command": "bash -c '[[ \"$(basename ${file})\" == \"kustomization.yaml\" ]] && kubectl kustomize ${fileDirname} | kubectl apply -f - || echo \"❌ invalid kustomization.yaml\"'", + "command": "kubectl apply -k ${fileDirname}", "problemMatcher": [], "group": "build" }