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
1 merge request!125Improve UX for dashboard app tiles
Pipeline #41538 passed with stages
in 3 minutes and 38 seconds
#!/usr/bin/env bash
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
else
echo "no KUBECONFIG configuration file found, skipping configuration."
echo "no Local KUBECONFIG configuration file found, skipping custom configuration."
fi
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