Update createHelmYaml.sh
All checks were successful
Build docker container / Build image (push) Successful in 12s
All checks were successful
Build docker container / Build image (push) Successful in 12s
This commit is contained in:
parent
bba4d038de
commit
5b0a0cd58d
@ -61,7 +61,7 @@ if [[ "$action" == "print" ]]; then
|
||||
createHelmYaml
|
||||
elif [[ "$action" == "deploy" ]] && [[ -n "$KUBECONFIG_DATA" ]]; then
|
||||
kubectl version --kubeconfig=/home/notroot/.kube/config
|
||||
createHelmYaml | tee | kubectl apply --dry-run=client -f -
|
||||
createHelmYaml | tee | kubectl apply --kubeconfig=/home/notroot/.kube/config --dry-run=client -f -
|
||||
elif [[ "$action" == "deploy" ]]; then
|
||||
echo "# no .kube/config set"
|
||||
kubectl version --client=true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user