Skip to content

Commit aa47c8c

Browse files
craigboxStevenjin8
authored andcommitted
Fix lint to make preview render happen
1 parent d8348de commit aa47c8c

File tree

1 file changed

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

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ 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+
serviceScopeConfigs:
66+
- servicesSelector:
67+
matchExpressions:
68+
- key: istio.io/global
69+
operator: In
70+
values: ["true"]
71+
scope: GLOBAL
7272
{{< /text >}}
7373

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

0 commit comments

Comments
 (0)