Update createHelmYaml.sh
This commit is contained in:
parent
114c248a5d
commit
1ffdd9e6f9
@ -59,6 +59,10 @@ fi
|
||||
|
||||
# Check if the action environment variable is set to 'print'
|
||||
if [[ "$action" == "print" ]]; then
|
||||
pwd
|
||||
echo "----"
|
||||
ls -1
|
||||
echo "----"
|
||||
createHelmYaml
|
||||
elif [[ "$action" == "deploy" ]] && [[ -n "$KUBECONFIG_DATA" ]]; then
|
||||
kubectl version --kubeconfig=/home/notroot/.kube/config
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user