Skip to content

Commit c3a9cf2

Browse files
committed
[zh-cn] Fix indentation in sample policy
1 parent cb77066 commit c3a9cf2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/zh-cn/docs/concepts/services-networking/network-policies.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -609,14 +609,14 @@ spec:
609609
matchLabels:
610610
app: myapp
611611
policyTypes:
612-
- Egress
612+
- Egress
613613
egress:
614-
- to:
615-
- namespaceSelector:
616-
matchExpressions:
617-
- key: namespace
618-
operator: In
619-
values: ["frontend", "backend"]
614+
- to:
615+
- namespaceSelector:
616+
matchExpressions:
617+
- key: namespace
618+
operator: In
619+
values: ["frontend", "backend"]
620620
```
621621
622622
{{< note >}}

0 commit comments

Comments
 (0)