From 64d13d1192d1f4916f7dc62656dc7263f8ce35f0 Mon Sep 17 00:00:00 2001 From: Ryan Eberhard Date: Fri, 24 Sep 2021 13:23:48 -0400 Subject: [PATCH] Correct build --- documentation/domains/Domain.json | 2 +- documentation/domains/Domain.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/domains/Domain.json b/documentation/domains/Domain.json index c5d4b266c66..bc64fa92f79 100644 --- a/documentation/domains/Domain.json +++ b/documentation/domains/Domain.json @@ -22,7 +22,7 @@ "$ref": "#/definitions/ServerPod" }, "adminChannelPortForwardingEnabled": { - "description": "When this flag is enabled, the operator updates the domain\u0027s WebLogic configuration for its Administration Server to have an admin protocol NetworkAccessPoint with a \u0027localhost\u0027 address for each existing admin protocol capable port. This allows external Administration Console and WLST \u0027T3\u0027 access when using the \u0027kubectl port-forward\u0027 pattern. Defaults to true.", + "description": "When this flag is enabled, the operator updates the domain\u0027s WebLogic configuration for its Administration Server to have an admin protocol NetworkAccessPoint with a \u0027localhost\u0027 address for each existing admin protocol capable port. This allows external Administration Console and WLST \u0027T3\u0027 access when using the \u0027kubectl port-forward\u0027 pattern. Defaults to false.", "type": "boolean" }, "serverStartPolicy": { diff --git a/documentation/domains/Domain.md b/documentation/domains/Domain.md index 36573141751..b8709384578 100644 --- a/documentation/domains/Domain.md +++ b/documentation/domains/Domain.md @@ -66,7 +66,7 @@ The current status of the operation of the WebLogic domain. Updated automaticall | Name | Type | Description | | --- | --- | --- | -| `adminChannelPortForwardingEnabled` | Boolean | When this flag is enabled, the operator updates the domain's WebLogic configuration for its Administration Server to have an admin protocol NetworkAccessPoint with a 'localhost' address for each existing admin protocol capable port. This allows external Administration Console and WLST 'T3' access when using the 'kubectl port-forward' pattern. Defaults to true. | +| `adminChannelPortForwardingEnabled` | Boolean | When this flag is enabled, the operator updates the domain's WebLogic configuration for its Administration Server to have an admin protocol NetworkAccessPoint with a 'localhost' address for each existing admin protocol capable port. This allows external Administration Console and WLST 'T3' access when using the 'kubectl port-forward' pattern. Defaults to false. | | `adminService` | [Admin Service](#admin-service) | Customization affecting the generation of a NodePort Service for the Administration Server used to expose specific channels or network access points outside the Kubernetes cluster. See also `domains.spec.adminServer.serverService` for configuration affecting the generation of the ClusterIP Service. | | `restartVersion` | string | Changes to this field cause the operator to restart WebLogic Server instances. More info: https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/domain-lifecycle/startup/#restarting-servers. | | `serverPod` | [Server Pod](#server-pod) | Customization affecting the generation of Pods for WebLogic Server instances. |