Fix SC2218 lint failure (#16865)

* WIP - Try to fix SC2218 lint failure

Signed-off-by: Faseela K <faseela.k@est.tech>

* fix ambient multi cluster

Signed-off-by: Faseela K <faseela.k@est.tech>

* Move shellcheck next to the source line

Signed-off-by: Faseela K <faseela.k@est.tech>

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
This commit is contained in:
Faseela K 2025-09-10 14:16:47 +02:00 committed by GitHub
parent 8de834452c
commit c8666da9a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 3 deletions

View File

@ -21,9 +21,12 @@ set -e
set -u
set -o pipefail
source content/en/docs/ambient/install/multicluster/common.sh
#shellcheck source=tests/util/gateway-api.sh
source "tests/util/gateway-api.sh"
#shellcheck source=content/en/docs/setup/install/multicluster/common.sh
source "content/en/docs/ambient/install/multicluster/common.sh"
set_multi_network_vars
setup_helm_repo
@ -82,14 +85,14 @@ function enable_endpoint_discovery {
snip_enable_endpoint_discovery_2
}
time configure_trust
time install_istio_helm
time enable_endpoint_discovery
time verify_load_balancing
# @cleanup
source content/en/docs/setup/install/multicluster/common.sh
#shellcheck source=content/en/docs/setup/install/multicluster/common.sh
source "content/en/docs/setup/install/multicluster/common.sh"
set_multi_network_vars
function cleanup_cluster1_helm {