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
9f891e04e7
commit
f3bf7affca
@ -50,7 +50,7 @@ if [[ -n "$KUBECONFIG_DATA" ]]; then
|
|||||||
fi
|
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 [[ -n "$KUBECONFIG_DATA" ]]; then
|
elif [[ -n "$KUBECONFIG_DATA" ]]; then
|
||||||
echo "$KUBECONFIG_DATA"
|
echo "$KUBECONFIG_DATA"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user