Skip to content

Commit f82b75b

Browse files
committed
Destroy the operator
1 parent d864e53 commit f82b75b

File tree

1 file changed

+3
-0
lines changed
  • integration-tests/src/test/java/oracle/kubernetes/operator

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ private static void destroySitConfigDomain() throws Exception {
159159
if (domain != null) {
160160
domain.destroy();
161161
}
162+
if (operator1 != null) {
163+
operator1.destroy();
164+
}
162165
}
163166

164167
/**

0 commit comments

Comments
 (0)