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 . }