Skip to content

Commit

Permalink
check for glue
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Mészáros <csviri@gmail.com>
  • Loading branch information
csviri committed Apr 17, 2024
1 parent ddc0e37 commit 4e4612e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public UpdateControl<Glue> reconcile(Glue primary,
log.debug("Reconciling glue. name: {} namespace: {}",
primary.getMetadata().getName(), primary.getMetadata().getNamespace());


validationAndErrorHandler.checkIfNamesAreUnique(primary.getSpec());

registerRelatedResourceInformers(context, primary);
if (deletedGlueIfParentMarkedForDeletion(context, primary)) {
Expand Down
3 changes: 3 additions & 0 deletions src/test/java/io/csviri/operator/glue/GlueTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ void changingWorkflow() {
assertThat(s).isNull();
});
}



//
// @Disabled("Not supported in current version")
// @Test
Expand Down

0 comments on commit 4e4612e

Please sign in to comment.