Skip to content

Commit

Permalink
update location of where kustomize looks for deploying example gateway
Browse files Browse the repository at this point in the history
Signed-off-by: Laura Fitzgerald <[email protected]>
  • Loading branch information
laurafitzgerald committed Dec 20, 2024
1 parent ad4a4a8 commit 090fdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/quickstart-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ success "Kuadrant sample configuration deployed."

# Deploy gateway
info "Deploying example gateway ..."
kustomize build config/dependencies/istio/gateway | kubectl apply -f -
kustomize build ${KUADRANT_REPO_RAW}/config/dependencies/istio/gateway | kubectl apply -f -
success "Kuadrant sample gateway deployed."

# Install thanos on hub cluster
Expand Down

0 comments on commit 090fdc3

Please sign in to comment.