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