Bug: don't set empty spec.config.resources
in subscription
#34
Labels
blocked-by-olm
Related to an OLM feature or bug that blocks this issue/PR
Due to the way the subscription spec defines the
Config
andResources
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
The text was updated successfully, but these errors were encountered: