[WFLY-21111][JBEAP-30486] install eap operator only for current namespace in ejb-…#1100
Merged
emmartins merged 1 commit intowildfly:mainfrom Nov 5, 2025
Merged
[WFLY-21111][JBEAP-30486] install eap operator only for current namespace in ejb-…#1100emmartins merged 1 commit intowildfly:mainfrom
emmartins merged 1 commit intowildfly:mainfrom
Conversation
Contributor
Author
|
@kstekovi @jmfinelli ported the downstream PR, please note this is EAP only stuff that "lives' upstream, AFAIK this should not affect the WFLY build of the README, I guess validating that is enough. |
kstekovi
reviewed
Nov 5, 2025
| $ oc get ClusterServiceVersion -n openshift-operators | ||
| ---- | ||
|
|
||
| NOTE: For namespace-scoped installation: Edit `charts/eap-operator-group.yaml` to replace `<your-namespace>` with your project namespace, and edit `charts/eap-operator-sub.yaml` to replace `openshift-operators` with your project namespace. Then apply both files: `oc apply -f charts/eap-operator-group.yaml && oc apply -f charts/eap-operator-sub.yaml` |
Contributor
There was a problem hiding this comment.
I think this note should be at line 744 before To verify the operator is ready to use, you can run the following command. You should see the following output.
Contributor
Author
There was a problem hiding this comment.
is it different in eap 8.1 branch?
Contributor
There was a problem hiding this comment.
no, it is the same. let keep it the same.
Contributor
|
LGTM. |
kstekovi
approved these changes
Nov 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…txt-remote-call
Issue: https://issues.redhat.com/browse/WFLY-21111
Original PR: https://github.com/jbossas/eap-quickstarts/pull/314