Skip to content

Commit

Permalink
[k8s] - fix: correct the config file path for region-specific settings (
Browse files Browse the repository at this point in the history
#9408)

- Change the config file extension from .yaml to .env for regional configurations
  • Loading branch information
JulesBelveze authored Dec 16, 2024
1 parent a967563 commit b8336a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/cloud-build_tmp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fi
cd "$WORKING_DIR"

# Load region-specific config
CONFIG_FILE=".github/configs/${REGION}.yaml"
CONFIG_FILE=".github/configs/.env.${REGION}"
if [ ! -f "$CONFIG_FILE" ]; then
echo "Error: Config file not found: $CONFIG_FILE"
exit 1
Expand Down

0 comments on commit b8336a1

Please sign in to comment.