Update createHelmYaml.sh
All checks were successful
Build docker container / Build image (push) Successful in 11s
All checks were successful
Build docker container / Build image (push) Successful in 11s
This commit is contained in:
parent
bbbe2b3982
commit
6710bcc6a5
@ -54,8 +54,7 @@ echo "# action: $action"
|
|||||||
if [[ "$action" == "print" ]]; then
|
if [[ "$action" == "print" ]]; then
|
||||||
createHelmYaml
|
createHelmYaml
|
||||||
elif [[ -n "$KUBECONFIG_DATA" ]]; then
|
elif [[ -n "$KUBECONFIG_DATA" ]]; then
|
||||||
kubectl version
|
kubectl version --kubeconfig=/home/notroot/.kube/config
|
||||||
wc -l /home/notroot/.kube/config
|
|
||||||
else
|
else
|
||||||
kubectl version --client=true
|
kubectl version --client=true
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user