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 51960bf commit ae7b47aCopy full SHA for ae7b47a
kubernetes/create-weblogic-operator.sh
@@ -551,14 +551,15 @@ if [ "${generateOnly}" = false ]; then
551
# Setup rbac
552
setup_rbac
553
554
- # Deploy the WebLogic operator
555
- deployOperator
556
-
557
if [ "${elkIntegrationEnabled}" = true ]; then
558
# Deploy elk
+ # must run before logstash container creation
559
deploy_elk
560
fi
561
+ # Deploy the WebLogic operator
+ deployOperator
562
+
563
# Output a job summary
564
outputJobSummary
565
0 commit comments