Skip to content

Commit 420933c

Browse files
committed
Checkpoint k8s artifact renaming work
1 parent 8d6a845 commit 420933c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/internal/create-weblogic-domain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ function createDomainPVC {
527527
function createDomain {
528528

529529
# There is no way to re-run a kubernetes job, so first delete any prior job
530-
JOB_NAME="domain-${domainUID}-job"
530+
JOB_NAME="${domainUID}-create-weblogic-domain-job"
531531
deleteK8sObj job $JOB_NAME ${jobOutput}
532532

533533
echo Creating the domain by creating the job ${jobOutput}

0 commit comments

Comments
 (0)