Update createHelmYaml.sh
All checks were successful
Build docker container / Build image (push) Successful in 13s
All checks were successful
Build docker container / Build image (push) Successful in 13s
This commit is contained in:
parent
11c5dc7767
commit
7ae035234d
@ -21,17 +21,17 @@ function checkKubeConfig(){
|
||||
|
||||
function printGlobal(){
|
||||
if [ -e "Chart.yaml" ]; then
|
||||
printHelm()
|
||||
printHelm
|
||||
else
|
||||
printRaw()
|
||||
printRaw
|
||||
fi
|
||||
}
|
||||
|
||||
function deployGlobal(){
|
||||
if [ -e "Chart.yaml" ]; then
|
||||
deployHelm()
|
||||
deployHelm
|
||||
else
|
||||
deployRaw()
|
||||
deployRaw
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user