Loading helm/scripts/variables.sh +16 −0 Original line number Diff line number Diff line Loading @@ -201,3 +201,19 @@ else --set $service.resources.requests.memory=$CAPIF_RESOURCES_REQUESTS_MEMORY " done fi # Directory for environment variables ENV_DIR="$SCRIPTS_DIR/envs" # Environment selection (default: dev) ENVIRONMENT="${1:-dev}" ENV_FILE="$ENV_DIR/$ENVIRONMENT.env" if [ -f "$ENV_FILE" ]; then echo "Loading environment configuration: $ENVIRONMENT" set -a source "$ENV_FILE" set +a else echo "Environment file not found: $ENV_FILE. Using default values." fi Loading
helm/scripts/variables.sh +16 −0 Original line number Diff line number Diff line Loading @@ -201,3 +201,19 @@ else --set $service.resources.requests.memory=$CAPIF_RESOURCES_REQUESTS_MEMORY " done fi # Directory for environment variables ENV_DIR="$SCRIPTS_DIR/envs" # Environment selection (default: dev) ENVIRONMENT="${1:-dev}" ENV_FILE="$ENV_DIR/$ENVIRONMENT.env" if [ -f "$ENV_FILE" ]; then echo "Loading environment configuration: $ENVIRONMENT" set -a source "$ENV_FILE" set +a else echo "Environment file not found: $ENV_FILE. Using default values." fi