From fe01c196f6b98c800becb3f653b72a011b3a892b Mon Sep 17 00:00:00 2001 From: Fei Ye Date: Fri, 5 Aug 2022 15:07:58 +0800 Subject: [PATCH] add the false case --- doc/src/pages/cpd-design/objects/openshift.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/pages/cpd-design/objects/openshift.mdx b/doc/src/pages/cpd-design/objects/openshift.mdx index 48ee5b113..0c8f01b4a 100644 --- a/doc/src/pages/cpd-design/objects/openshift.mdx +++ b/doc/src/pages/cpd-design/objects/openshift.mdx @@ -93,7 +93,7 @@ openshift: | infrastructure.subnets | List of subnets within the VPC to use. Either 1 or 3 subnets must be specified | Yes | Existing subnet | | infrastructure.cos_name | Reference to the `cos` object created for this cluster | Yes | Existing cos object | | infrastructure.private_only | If true, it indicates that the ROKS cluster must be provisioned without public endpoints | No | True, False (default) | -| infrastructure.deny_node_ports | If true, the Allow ICMP, TCP and UDP rules for the security group associated with the ROKS cluster must be removed | No | True, False (default) | +| infrastructure.deny_node_ports | If true, the Allow ICMP, TCP and UDP rules for the security group associated with the ROKS cluster are removed if present. If false, the Allow ICMP, TCP and UDP rules are added if not present. | No | True, False (default) | | openshift_logging[] | Logging attributes for OpenShift cluster, see [OpenShift logging](#openshift-logging) | No | | | upstream_dns[] | Upstream DNS servers(s), see [Upstream DNS Servers](#upstream-dns-servers) | No | | | openshift_storage[] | List of storage definitions to be defined on OpenShift, see below for further explanation | No | |