Skip to content

Commit 8da6362

Browse files
committed
address the review comments
1 parent 6e7cffb commit 8da6362

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/utils/Domain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ protected void createPV() throws Exception {
877877

878878
logger.info("pvSharing for this domain is: " + pvSharing);
879879
if (!pvSharing) pvMap.put("domainUID", domainUid);
880-
else pvMap.put("baseName", "weblogic-shaing");
880+
else pvMap.put("baseName", "weblogic-sharing");
881881
logger.info("baseName of PVPVC for this domain is: " + (String) pvMap.get("baseName"));
882882

883883
// Now there is only one pvSharing test case and we just use parameter "baseName"+"-pvc" as PVC

integration-tests/src/test/resources/domainonsharingpvwlst.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2018, 2019, Oracle Corporation and/or its affiliates. All rights reserved.
1+
# Copyright 2019, Oracle Corporation and/or its affiliates. All rights reserved.
22
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
33

44
# This domain inputs file is used to create 2 domain with same namespace, same pv using wlst option and traefik load balancer.

0 commit comments

Comments
 (0)