Skip to content

Commit c144315

Browse files
committed
Correct a couple more changes
1 parent b6b7bfa commit c144315

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

docs-source/content/samples/simple/domains/domain-home-in-image/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ metadata:
194194
spec:
195195
# The WebLogic Domain Home
196196
domainHome: /u01/oracle/user_projects/domains/domain1
197-
# Set domain home type to PersistentVolume for domain-in-pv, Image for domain-in-image, or FromModel for model-in-image
197+
# Set domain home in image to true for domain-in-image or false for domain-in-pv
198198
domainHomeInImage: true
199199
# The WebLogic Server Docker image that the operator uses to start the domain
200200
image: "domain-home-in-image:12.2.1.4"

docs-source/content/samples/simple/domains/domain-home-on-pv/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ metadata:
162162
spec:
163163
# The WebLogic Domain Home
164164
domainHome: /shared/domains/domain1
165-
# Set domain home type to PersistentVolume for domain-in-pv, Image for domain-in-image, or FromModel for model-in-image
165+
# Set domain home in image to true for domain-in-image or false for domain-in-pv
166166
domainHomeInImage: false
167167
# The WebLogic Server Docker image that the operator uses to start the domain
168168
image: "container-registry.oracle.com/middleware/weblogic:12.2.1.4"

docs-source/content/samples/simple/domains/fmw-domain/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ metadata:
179179
spec:
180180
# The WebLogic Domain Home
181181
domainHome: /shared/domains/fmw-domain
182-
# Set domain home type to PersistentVolume for domain-in-pv, Image for domain-in-image, or FromModel for model-in-image
182+
# Set domain home in image to true for domain-in-image or false for domain-in-pv
183183
domainHomeInImage: false
184184
# The WebLogic Server Docker image that the Operator uses to start the domain
185185
image: "container-registry.oracle.com/middleware/fmw-infrastructure:12.2.1.4"

operator/src/main/java/oracle/kubernetes/weblogic/domain/DomainConfigurator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ public abstract DomainConfigurator withPodSecurityContext(
322322
*/
323323
public abstract DomainConfigurator withRestartVersion(String restartVersion);
324324

325-
326325
/**
327326
* Defines a secret reference for the domain.
328327
* @param secretName the name of the secret

0 commit comments

Comments
 (0)