Skip to content

Commit

Permalink
fix: Fix the incorrect file extension of Ingress resources (higress-g…
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO authored Jun 3, 2024
1 parent acd0954 commit 3498be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all-in-one/scripts/config-template/ai-proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function generateAiIngress() {
PROVIDER_NAME="$1"
SERVICE_DOMAIN="$2"

INGRESS_FILE="/data/ingresses/$PROVIDER_NAME.xml"
INGRESS_FILE="/data/ingresses/$PROVIDER_NAME.yaml"
if [ "$CONSOLE_USED" == 'true' -a -f "$INGRESS_FILE" ]; then
return
fi
Expand Down

0 comments on commit 3498be4

Please sign in to comment.