Skip to content

Commit 239dedc

Browse files
committed
adding secret to serverjre image
1 parent 5b452bf commit 239dedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integration-tests/bash/cleanup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ if [ "${DELETE_FILES:-true}" = "true" ]; then
352352
echo @@ Launching run to delete all pv contents. This runs in the k8s cluster, /sharedparent mounts PV_ROOT.
353353
# $SCRIPTPATH/job.sh "rm -fr /scratch/acceptance_test_pv"
354354
if [ "$WERCKER" = "true" ]; then
355-
$SCRIPTPATH/krun.sh -i phx.ocir.io/weblogick8s/serverjre:8 -m "${PV_ROOT}:/sharedparent" -c 'rm -fr /sharedparent/acceptance_test_pv'
355+
$SCRIPTPATH/krun.sh -i phx.ocir.io/weblogick8s/serverjre:8 -s ${IMAGE_PULL_SECRET_WEBLOGIC} -m "${PV_ROOT}:/sharedparent" -c 'rm -fr /sharedparent/acceptance_test_pv'
356356
else
357357
$SCRIPTPATH/krun.sh -m "${PV_ROOT}:/sharedparent" -c 'rm -fr /sharedparent/acceptance_test_pv'
358358
fi

0 commit comments

Comments
 (0)