From 60b9e2aa9ad2ac19179ae16965c89c432a842b0d Mon Sep 17 00:00:00 2001 From: ties Date: Fri, 6 Sep 2024 10:50:28 +0000 Subject: [PATCH] Update createHelmYaml.sh --- createHelmYaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createHelmYaml.sh b/createHelmYaml.sh index afcc0c4..16ceebb 100644 --- a/createHelmYaml.sh +++ b/createHelmYaml.sh @@ -42,7 +42,7 @@ function printRaw(){ function deployRaw(){ printRaw checkKubeConfig - kubectl apply -f . + kubectl apply -f ./*.yaml } function printHelm(){