Skip to content

Commit ae7b47a

Browse files
committed
Correct order of elk and operator deployments
1 parent 51960bf commit ae7b47a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

kubernetes/create-weblogic-operator.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -551,14 +551,15 @@ if [ "${generateOnly}" = false ]; then
551551
# Setup rbac
552552
setup_rbac
553553

554-
# Deploy the WebLogic operator
555-
deployOperator
556-
557554
if [ "${elkIntegrationEnabled}" = true ]; then
558555
# Deploy elk
556+
# must run before logstash container creation
559557
deploy_elk
560558
fi
561559

560+
# Deploy the WebLogic operator
561+
deployOperator
562+
562563
# Output a job summary
563564
outputJobSummary
564565
fi

0 commit comments

Comments
 (0)