Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: make it possible to not automatically start the operator #229

Merged
merged 1 commit into from
Feb 11, 2022

Conversation

metacosm
Copy link
Member

@metacosm metacosm commented Feb 9, 2022

The configuration option is quarkus.operator-sdk.start-operator=false.
Fixes #207

@metacosm metacosm added the enhancement New feature or request label Feb 9, 2022
@metacosm metacosm self-assigned this Feb 9, 2022
@metacosm metacosm force-pushed the disable-start-config branch from 5351a4b to c8c122a Compare February 9, 2022 20:02
Copy link

@jonathanvila jonathanvila left a comment

Choose a reason for hiding this comment

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

Thanks for the work !!!!

Code LGTM , although I'm missing any test that really checks it.

The configuration option is `quarkus.operator-sdk.start-operator=false`.
Fixes #207
@metacosm metacosm force-pushed the disable-start-config branch from c8c122a to 426c264 Compare February 11, 2022 11:42
@metacosm metacosm merged commit 58ccf24 into main Feb 11, 2022
@metacosm metacosm deleted the disable-start-config branch February 11, 2022 12:38
metacosm added a commit that referenced this pull request Feb 14, 2022
The configuration option is `quarkus.operator-sdk.start-operator=false`.
Fixes #207
@metacosm metacosm mentioned this pull request Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow to disable creation & start of the Operator on the CDI
2 participants