Skip to content

Commit 9cda844

Browse files
authored
Merge pull request #27348 from ghurel-rh/fix-egressfirewall-doc
Fix 'ports' field indentation in EgressFirewall CR.
2 parents b984a8e + a5aed1a commit 9cda844

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/nw-egressnetworkpolicy-object.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ egress:
7979
- type: <type> <1>
8080
to: <2>
8181
cidrSelector: <cidr> <3>
82-
ports: <4>
82+
ports: <4>
8383
...
8484
----
8585
<1> The type of rule. The value must be either `Allow` or `Deny`.
@@ -143,10 +143,10 @@ spec:
143143
- type: Deny
144144
to:
145145
cidrSelector: 172.16.1.1
146-
ports:
147-
- port: 80
148-
protocol: TCP
149-
- port: 443
146+
ports:
147+
- port: 80
148+
protocol: TCP
149+
- port: 443
150150
----
151151
endif::ovn[]
152152

0 commit comments

Comments
 (0)