Skip to content

Commit 4efa9e1

Browse files
committed
regenerate snips
Signed-off-by: Mikhail Krinkin <[email protected]>
1 parent 929ac8c commit 4efa9e1

File tree

1 file changed

+2
-2
lines changed
  • content/en/docs/ambient/install/multicluster/failover

1 file changed

+2
-2
lines changed

content/en/docs/ambient/install/multicluster/failover/snips.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ EOF
9999

100100
snip_verify_traffic_stays_in_local_cluster_1() {
101101
kubectl exec --context "${CTX_CLUSTER1}" -n sample -c curl \
102-
"$(kubectl get pod --context "{CTX_CLUSTER1}" -n sample -l \
102+
"$(kubectl get pod --context "${CTX_CLUSTER1}" -n sample -l \
103103
app=curl -o jsonpath='{.items[0].metadata.name}')" \
104104
-- curl -sS helloworld.sample:5000/hello
105105
}
@@ -112,7 +112,7 @@ ENDSNIP
112112

113113
snip_verify_traffic_stays_in_local_cluster_3() {
114114
kubectl exec --context "${CTX_CLUSTER2}" -n sample -c curl \
115-
"$(kubectl get pod --context "{CTX_CLUSTER2}" -n sample -l \
115+
"$(kubectl get pod --context "${CTX_CLUSTER2}" -n sample -l \
116116
app=curl -o jsonpath='{.items[0].metadata.name}')" \
117117
-- curl -sS helloworld.sample:5000/hello
118118
}

0 commit comments

Comments
 (0)