Skip to content

Commit f15fa36

Browse files
committed
fix test case for global option.
1 parent f9e6e1c commit f15fa36

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

kubernetes/src/test/java/oracle/kubernetes/operator/create/CreateOperatorGeneratedFilesTestBase.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018, Oracle Corporation and/or its affiliates. All rights reserved.
1+
// Copyright 2018,2019 Oracle Corporation and/or its affiliates. All rights reserved.
22
// Licensed under the Universal Permissive License v 1.0 as shown at
33
// http://oss.oracle.com/licenses/upl.
44

@@ -212,6 +212,10 @@ protected ExtensionsV1beta1Deployment getExpectedWeblogicOperatorDeployment() {
212212
newEnvVar()
213213
.name("JAVA_LOGGING_LEVEL")
214214
.value(getInputs().getJavaLoggingLevel()))
215+
.addEnvItem(
216+
newEnvVar()
217+
.name("ISTIO_ENABLED")
218+
.value("false")
215219
.resources(
216220
new V1ResourceRequirements()
217221
.putRequestsItem("cpu", Quantity.fromString("100m"))

0 commit comments

Comments
 (0)