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
f5b6a63ed3
commit
1c8d1adc3b
@ -53,6 +53,8 @@ fi
|
|||||||
# Check if the action environment variable is set to 'print'
|
# Check if the action environment variable is set to 'print'
|
||||||
if [[ "$action" == "print" ]]; then
|
if [[ "$action" == "print" ]]; then
|
||||||
createHelmYaml
|
createHelmYaml
|
||||||
|
elif[[ -z "$KUBECONFIG_DATA" ]]; then
|
||||||
|
kubectl version
|
||||||
else
|
else
|
||||||
kubectl version --client=true
|
kubectl version --client=true
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user