You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: operator-framework-junit5/src/main/java/io/javaoperatorsdk/operator/junit/LocallyRunOperatorExtension.java
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -186,6 +186,7 @@ public void applyCrd(String resourceTypeName) {
186
186
} catch (IOExceptione) {
187
187
thrownewIllegalStateException("Cannot open CRD file at " + path.toAbsolutePath(), e);
188
188
}
189
+
crdMappings.remove(resourceTypeName);
189
190
} else {
190
191
// if no manually defined CRD matches the resource type, apply the generated one
0 commit comments