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
|
||||
createHelmYaml
|
||||
elif [[ -n "$KUBECONFIG_DATA" ]]; then
|
||||
kubectl version
|
||||
wc -l /home/notroot/.kube/config
|
||||
kubectl version --kubeconfig=/home/notroot/.kube/config
|
||||
else
|
||||
kubectl version --client=true
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user