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

This commit is contained in:
ties 2024-09-06 10:54:51 +00:00
parent 60b9e2aa9a
commit 09cd319748

View File

@ -42,7 +42,7 @@ function printRaw(){
function deployRaw(){
printRaw
checkKubeConfig
kubectl apply -f ./*.yaml
cat ./*.yaml | kubectl apply -f -
}
function printHelm(){