Skip to content

Commit d86fb52

Browse files
sankarpnrjeberhard
authored andcommitted
Add missing secrets
1 parent f11a024 commit d86fb52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration-tests/src/test/java/oracle/weblogic/kubernetes/ItFmwDomainOnPVUpgrade.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,8 @@ private void launchPvHelperPod(String namespace, String pvcName) {
394394
String podName = "pvhelper";
395395

396396
String script = ITTESTS_DIR + "/../kubernetes/samples/scripts/domain-lifecycle/pv-pvc-helper.sh";
397-
String command = "/bin/bash " + script + " -n " + namespace + " -c " + pvcName + " -m /shared -i " + image1412;
397+
String command = "/bin/bash " + script + " -n " + namespace + " -p " + BASE_IMAGES_REPO_SECRET_NAME
398+
+ " -c " + pvcName + " -m /shared -i " + image1412;
398399
ExecResult result = null;
399400
try {
400401
result = exec(new String(command), true);

0 commit comments

Comments
 (0)