Skip to content

Commit

Permalink
add the false case
Browse files Browse the repository at this point in the history
  • Loading branch information
yefei0423 committed Aug 5, 2022
1 parent 83ac645 commit fe01c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/pages/cpd-design/objects/openshift.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Expand Down

0 comments on commit fe01c19

Please sign in to comment.