Skip to content

Commit f9fc03c

Browse files
committed
kubectl create if domain created already
1 parent f9c9135 commit f9fc03c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ITOperator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ public void test5CreateConfiguredDomainInTest2NS() throws Exception {
160160
operator1 = TestUtils.createOperator(op1YamlFile);
161161
}
162162
if (domain1 == null) {
163-
domain1 = TestUtils.createDomain(domain1YamlFile);
163+
domain1 = TestUtils.createDomain(domain1YamlFile);
164164
} else {
165-
domain1.create();
165+
domain1.create();
166166
}
167167
logger.info("Checking if operator2 is running, if not creating");
168168
if (operator2 == null) {

0 commit comments

Comments
 (0)