Skip to content

Commit 7acea11

Browse files
committed
Fixing the envoy gateway installer
1 parent c8ff0a7 commit 7acea11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install-envoy-gateway.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ done
5959
# Determine Helm chart path
6060
if [[ "$HELM_REPO_URL" == oci://* ]]; then
6161
# OCI registry path
62-
HELM_CHART_PATH="$HELM_REPO_URL/$HELM_REPO_NAME/$SERVICE_NAME"
62+
HELM_CHART_PATH="$HELM_REPO_URL/$HELM_REPO_NAME"
6363
else
6464
# --- Helm Repository and Execution ---
6565
helm repo add "$HELM_REPO_NAME" "$HELM_REPO_URL" # uncomment if needed

0 commit comments

Comments
 (0)