From cd2e05a084cc99802ecbdd5ae01b6f6cb55ade68 Mon Sep 17 00:00:00 2001 From: Gaetan Hurel Date: Fri, 13 Nov 2020 15:34:23 +0100 Subject: [PATCH] Fix 'ports' field indentation. --- modules/nw-egressnetworkpolicy-object.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/nw-egressnetworkpolicy-object.adoc b/modules/nw-egressnetworkpolicy-object.adoc index 3a63f832ea..534b6fb19b 100644 --- a/modules/nw-egressnetworkpolicy-object.adoc +++ b/modules/nw-egressnetworkpolicy-object.adoc @@ -79,7 +79,7 @@ egress: - type: <1> to: <2> cidrSelector: <3> - ports: <4> + ports: <4> ... ---- <1> The type of rule. The value must be either `Allow` or `Deny`. @@ -143,10 +143,10 @@ spec: - type: Deny to: cidrSelector: 172.16.1.1 - ports: - - port: 80 - protocol: TCP - - port: 443 + ports: + - port: 80 + protocol: TCP + - port: 443 ---- endif::ovn[]