From 79afa82f651cf144d506e21104661b637685df7b Mon Sep 17 00:00:00 2001 From: ties Date: Fri, 6 Sep 2024 10:23:30 +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 0bd2f65..17964eb 100644 --- a/createHelmYaml.sh +++ b/createHelmYaml.sh @@ -40,7 +40,7 @@ function printRaw(){ } function deployRaw(){ - printRaw() + printRaw kubectl apply -f . }