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

Bug: don't set empty spec.config.resources in subscription #34

Closed
joelanford opened this issue Feb 16, 2021 · 1 comment
Closed

Bug: don't set empty spec.config.resources in subscription #34

joelanford opened this issue Feb 16, 2021 · 1 comment
Labels
blocked-by-olm Related to an OLM feature or bug that blocks this issue/PR

Comments

@joelanford
Copy link
Member

Due to the way the subscription spec defines the Config and Resources sections as concrete structs instead of pointers, it is not possible to keep them unset. We need to update the operator-framework/api with this change, and then in this repo, require the new version of operator-framework/api that fixes it.

Related issues:

API PR: TBD
OLM PR: operator-framework/operator-lifecycle-manager#2010

@joelanford joelanford added the blocked-by-olm Related to an OLM feature or bug that blocks this issue/PR label Feb 16, 2021
@joelanford
Copy link
Member Author

Fixed in operator-framework/api#97 and closed by #37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked-by-olm Related to an OLM feature or bug that blocks this issue/PR
Projects
None yet
Development

No branches or pull requests

1 participant