File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22set -e
33
44# Debugging info
5- echo " Starting entrypoint script..."
6- echo " Current User: $( whoami) "
7- echo " Working Directory: $( pwd) "
8- echo " AWS Region: ${AWS_REGION:- not set} "
9- echo " EKS Cluster: ${EKS_CLUSTER_NAME:- not set} "
10- echo " GCP Project: ${GCP_PROJECT_ID:- not set} "
11- echo " GKE Cluster: ${GKE_CLUSTER_NAME:- not set} "
5+ # echo "Starting entrypoint script..."
6+ # echo "Current User: $(whoami)"
7+ # echo "Working Directory: $(pwd)"
8+ # echo "AWS Region: ${AWS_REGION:-not set}"
9+ # echo "EKS Cluster: ${EKS_CLUSTER_NAME:-not set}"
10+ # echo "GCP Project: ${GCP_PROJECT_ID:-not set}"
11+ # echo "GKE Cluster: ${GKE_CLUSTER_NAME:-not set}"
1212
1313# Function to check file existence and non-emptiness
1414check_file_exists () {
@@ -93,9 +93,9 @@ if [[ "$PROVIDER" == "aws" ]]; then
9393elif [[ " $PROVIDER " == " gcp" ]]; then
9494 echo " 🔹 GCP authentication is enabled. Performing GCP login..."
9595 gcp_gke_login
96- else
97- echo " ⚠️ Unknown or unspecified provider: ${PROVIDER:- none} "
98- echo " ⚠️ Skipping cloud provider authentication."
96+ # else
97+ # echo "⚠️ Unknown or unspecified provider: ${PROVIDER:-none}"
98+ # echo "⚠️ Skipping cloud provider authentication."
9999fi
100100
101101# Initialize command with base command
You can’t perform that action at this time.
0 commit comments