◐ Shell
clean mode source ↗

fix: CreateOnlyIfNotExistingDependentWithSSAIT actually use SSA for the test by csviri · Pull Request #2921 · operator-framework/java-operator-sdk

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

csviri

merged 1 commit into

Sep 2, 2025

Conversation

…he test

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>

xstefank

@csviri csviri deleted the fix-create-test branch

September 2, 2025 14:20

metacosm

@RegisterExtension
LocallyRunOperatorExtension extension =
LocallyRunOperatorExtension.builder()
.withConfigurationService(o -> o.withDefaultNonSSAResource(Set.of()))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A comment as to why this is needed would help as this isn't obvious what this has anything to do with this test.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, will do a PR. thx

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

metacosm pushed a commit that referenced this pull request

Sep 8, 2025
…he test (#2921)

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>