Skip to content

Commit 7478a97

Browse files
committed
lint
1 parent aa47c8c commit 7478a97

File tree

1 file changed

+8
-7
lines changed
  • content/en/blog/2025/ambient-multicluster

1 file changed

+8
-7
lines changed

content/en/blog/2025/ambient-multicluster/index.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,14 @@ A global service is one has endpoints in all clusters and can be accessed from a
6262
The default `ServiceScope` is
6363

6464
{{< text yaml >}}
65-
serviceScopeConfigs:
66-
- servicesSelector:
67-
matchExpressions:
68-
- key: istio.io/global
69-
operator: In
70-
values: ["true"]
71-
scope: GLOBAL
65+
=======
66+
serviceScopeConfigs:
67+
- servicesSelector:
68+
matchExpressions:
69+
- key: istio.io/global
70+
operator: In
71+
values: ["true"]
72+
scope: GLOBAL
7273
{{< /text >}}
7374

7475
meaning that any service with the `istio.io/global=true` label is global.

0 commit comments

Comments
 (0)