We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6a845 commit 420933cCopy full SHA for 420933c
kubernetes/internal/create-weblogic-domain.sh
@@ -527,7 +527,7 @@ function createDomainPVC {
527
function createDomain {
528
529
# There is no way to re-run a kubernetes job, so first delete any prior job
530
- JOB_NAME="domain-${domainUID}-job"
+ JOB_NAME="${domainUID}-create-weblogic-domain-job"
531
deleteK8sObj job $JOB_NAME ${jobOutput}
532
533
echo Creating the domain by creating the job ${jobOutput}
0 commit comments