Skip to content

Commit af38b6a

Browse files
committed
Minor cleanup
Signed-off-by: doxiao <[email protected]>
1 parent 819ce81 commit af38b6a

File tree

1 file changed

+0
-4
lines changed
  • kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv

1 file changed

+0
-4
lines changed

kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/create-domain.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -505,10 +505,6 @@ function createDomainHome {
505505
kubectl logs $JOB_POD -n ${namespace}
506506
fail "Exiting due to failure - the job log file does not contain a successful completion status!"
507507
fi
508-
509-
# Delete the configmap for the create domain job
510-
deleteDomainConfigmap
511-
512508
}
513509

514510
#

0 commit comments

Comments
 (0)