Skip to content
Snippets Groups Projects
Commit 5c67b617 authored by Tin Geber's avatar Tin Geber
Browse files

run_app.sh console text change

parent 275a3705
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash #!/usr/bin/env bash
if [ -f "./backend/kubeconfig/kube_config_cluster.yml" ]; then if [ -f "./backend/kubeconfig/kube_config_cluster.yml" ]; then
echo "KUBECONFIG configuration file found, applying configuration." echo "Local KUBECONFIG configuration file found, applying custom configuration."
export KUBECONFIG=./backend/kubeconfig/kube_config_cluster.yml export KUBECONFIG=./backend/kubeconfig/kube_config_cluster.yml
else else
echo "no KUBECONFIG configuration file found, skipping configuration." echo "no Local KUBECONFIG configuration file found, skipping custom configuration."
fi fi
set -euo pipefail set -euo pipefail
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment