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

Package manifest name is hard-coded in Operator based provisioners #23

Closed
fabiobrz opened this issue Apr 13, 2023 · 0 comments · Fixed by #25
Closed

Package manifest name is hard-coded in Operator based provisioners #23

fabiobrz opened this issue Apr 13, 2023 · 0 comments · Fixed by #25
Assignees
Labels
bug Something isn't working

Comments

@fabiobrz
Copy link
Member

fabiobrz commented Apr 13, 2023

Describe the bug

Operator based provisioners do not allow for the package manifest to be configurable, see for instance the Keycloak operator provisioner, where it is hard-coded to rhsso-operator. This way the provisioner fails when trying to provision the community version, because in such a case the right package manifest name would be keycloak-operator.

To Reproduce

mvn clean test -pl testsuite/ -Dtest=KeycloakOperatorProvisionerTest -Dintersmash.keycloak.operators.catalog_source=community-operators

Expected behavior

The Keycloak operator should be provisioned successfully and visible from the WebConsole or through oc

Screenshots

N/A

Additional context

@fabiobrz fabiobrz added the bug Something isn't working label Apr 13, 2023
@fabiobrz fabiobrz self-assigned this Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant