Skip to content

Commit 9598c12

Browse files
authored
docs: comment to clarify SSA usage in CreateOnlyIfNotExistingDependentWithSSAIT (#2930)
1 parent 1c2ac19 commit 9598c12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

operator-framework/src/test/java/io/javaoperatorsdk/operator/dependent/createonlyifnotexistsdependentwithssa/CreateOnlyIfNotExistingDependentWithSSAIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ class CreateOnlyIfNotExistingDependentWithSSAIT {
2323
@RegisterExtension
2424
LocallyRunOperatorExtension extension =
2525
LocallyRunOperatorExtension.builder()
26+
// for the sake of this test, we allow to manage ConfigMaps with SSA
27+
// by removing it from the non SSA resources (it is not managed with SSA by default)
2628
.withConfigurationService(o -> o.withDefaultNonSSAResource(Set.of()))
2729
.withReconciler(new CreateOnlyIfNotExistingDependentWithSSAReconciler())
2830
.build();

0 commit comments

Comments
 (0)