Skip to content

Commit 06a4598

Browse files
authored
Merge pull request #65082 from anandrece/anandrece-nw-netpol-typo
fixing typos nw-networkpolicy-deny-all-allowed.adoc
2 parents 640ef66 + 0ad8b5f commit 06a4598

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/nw-networkpolicy-deny-all-allowed.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ endif::multi[]
6868
----
6969
ifdef::multi[]
7070
<1> `namespace: default` deploys this policy to the `default` namespace.
71-
<2> `podSelector:` is empty, this means it matches all the pods. Therefore, the policy applies to all pods in the default namespace.
72-
<3> `network_name`: specifies the name of a network attachment definition.
71+
<2> `network_name`: specifies the name of a network attachment definition.
72+
<3> `podSelector:` is empty, this means it matches all the pods. Therefore, the policy applies to all pods in the default namespace.
7373
<4> There are no `ingress` rules specified. This causes incoming traffic to be dropped to all pods.
7474
endif::multi[]
7575
ifndef::multi[]
@@ -94,4 +94,4 @@ endif::multi[]
9494
ifdef::multi[]
9595
multinetworkpolicy.k8s.cni.cncf.io/deny-by-default created
9696
endif::multi[]
97-
----
97+
----

0 commit comments

Comments
 (0)