File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
integration-tests/src/test/java/oracle/weblogic/kubernetes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -397,10 +397,10 @@ private static void updateCreateSecretsFile() {
397
397
replaceStringInFile (LIFT_AND_SHIFT_WORK_DIR + "/u01/" + DISCOVER_DOMAIN_OUTPUT_DIR + "/create_k8s_secrets.sh" ,
398
398
"NAMESPACE=onprem-domain" , "NAMESPACE=" + domainNamespace );
399
399
replaceStringInFile (LIFT_AND_SHIFT_WORK_DIR + "/u01/" + DISCOVER_DOMAIN_OUTPUT_DIR + "/create_k8s_secrets.sh" ,
400
- "weblogic-credentials <user> <password>" , "weblogic-credentials " + ADMIN_USERNAME_DEFAULT
400
+ "weblogic-credentials \" <user>\" <password>" , "weblogic-credentials " + ADMIN_USERNAME_DEFAULT
401
401
+ " " + ADMIN_PASSWORD_DEFAULT );
402
402
replaceStringInFile (LIFT_AND_SHIFT_WORK_DIR + "/u01/" + DISCOVER_DOMAIN_OUTPUT_DIR + "/create_k8s_secrets.sh" ,
403
- "scott <password>" , "scott tiger" );
403
+ "\" scott\" <password>" , "scott tiger" );
404
404
replaceStringInFile (LIFT_AND_SHIFT_WORK_DIR + "/u01/" + DISCOVER_DOMAIN_OUTPUT_DIR + "/create_k8s_secrets.sh" ,
405
405
"runtime-encryption-secret <password>" , "runtime-encryption-secret welcome1" );
406
406
} catch (IOException ioex ) {
You can’t perform that action at this time.
0 commit comments