-
Notifications
You must be signed in to change notification settings - Fork 244
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
missing parameters in odo catalog describe service
output
#4916
Comments
Because the parameter is missing I'm I can't set its value via command line.
|
See if the missing |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
@feloy can you please check if this issue persists after your work on swagger/OpenAPI? |
@dharmit I can see the problem still appears on postgresoperator.v4.7.0, because all fields are not described in CRD. I wonder if we could add a |
/unassign |
we don't have catalog in odo v3 |
@kadel: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind bug
/area service
/area service-operators
What versions of software are you using?
using minikube
Output of
odo version
:How did you run odo exactly?
installed olm and Crunchy PostgreSQL (https://operatorhub.io/operator/postgresql)
Actual behavior
Expected behavior
show all possible parameters.
If I check example on https://operatorhub.io/operator/postgresql I can see that there are fields in CR that don't show up in parameter list above. For example
user
is parameter is not thereRelated issue: #4850
The text was updated successfully, but these errors were encountered: