You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kubernetes/internal/create-weblogic-domain.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ function validateWeblogicDomainStorageReclaimPolicy {
135
135
;;
136
136
"Delete")
137
137
if [ "${weblogicDomainStoragePath:0:5}"!="/tmp/" ];then
138
-
validationError "Invalid value for weblogicDomainStorageReclaimPolicy:${weblogicDomainStorageReclaimPolicy}when weblogicDomainStoragePath is not /tmp/."
138
+
validationError "ERROR - Invalid value for weblogicDomainStorageReclaimPolicy ${weblogicDomainStorageReclaimPolicy}with weblogicDomainStoragePath ${weblogicDomainStoragePath} that is not /tmp/"
0 commit comments