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:50:28 +00:00
parent e5cb2c0c4f
commit 60b9e2aa9a

View File

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