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
6710bcc6a5
commit
21ee42f85c
@ -55,6 +55,7 @@ if [[ "$action" == "print" ]]; then
|
||||
createHelmYaml
|
||||
elif [[ -n "$KUBECONFIG_DATA" ]]; then
|
||||
kubectl version --kubeconfig=/home/notroot/.kube/config
|
||||
createHelmYaml | tee | kubectl apply -v -f -
|
||||
else
|
||||
kubectl version --client=true
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user