Skip to content

Commit 7f41ec6

Browse files
committed
Fix output snippet lang from bash to plain to address lint warning
Signed-off-by: Mikhail Krinkin <[email protected]>
1 parent de39e9f commit 7f41ec6

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

content/en/docs/ambient/install/multicluster/failover/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ $ kubectl exec --context "${CTX_CLUSTER1}" -n sample -c curl \
183183
This time you should see that the request is processed by `HelloWorld` service in `cluster2` because there are no
184184
available endpoints in `cluster1`:
185185

186-
{{< text bash >}}
186+
{{< text plain >}}
187187
Hello version: v2, instance: helloworld-v2-7b768b9bbd-7zftm
188188
Hello version: v2, instance: helloworld-v2-7b768b9bbd-7zftm
189189
...

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,7 @@ kubectl exec --context "${CTX_CLUSTER1}" -n sample -c curl \
134134
-- curl -sS helloworld.sample:5000/hello
135135
}
136136

137-
snip_verify_failover_to_another_cluster_3() {
138-
}
139-
140-
! IFS=$'\n' read -r -d '' snip_verify_failover_to_another_cluster_3_out <<\ENDSNIP
137+
! IFS=$'\n' read -r -d '' snip_verify_failover_to_another_cluster_3 <<\ENDSNIP
141138
Hello version: v2, instance: helloworld-v2-7b768b9bbd-7zftm
142139
Hello version: v2, instance: helloworld-v2-7b768b9bbd-7zftm
143140
...

0 commit comments

Comments
 (0)