Skip to content

Commit

Permalink
fix datahome override test issue (#2984)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiancao authored Apr 22, 2022
1 parent 1815218 commit d9828a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ public static Domain createDomainResourceForDomainInImage(String domainUid,
.spec(new DomainSpec()
.domainUid(domainUid)
.domainHome(WDT_IMAGE_DOMAINHOME_BASE_DIR + "/" + domainUid)
.dataHome("/u01/mydata")
.dataHome("/u01/oracle/mydata")
.domainHomeSourceType("Image")
.image(imageName)
.addImagePullSecretsItem(new V1LocalObjectReference()
Expand Down

0 comments on commit d9828a3

Please sign in to comment.