Update createHelmYaml.sh
All checks were successful
Build docker container / Build image (push) Successful in 13s

This commit is contained in:
ties 2024-09-06 10:23:30 +00:00
parent 7ae035234d
commit 79afa82f65

View File

@ -40,7 +40,7 @@ function printRaw(){
} }
function deployRaw(){ function deployRaw(){
printRaw() printRaw
kubectl apply -f . kubectl apply -f .
} }