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 1835884: opm bundle extract shouldn't validate annotations #338

Merged

Commits on May 27, 2020

  1. opm bundle extract shouldn't validate annotations

    Currently, the configmap writer attempts to validate the annotations
    associated with the bundle. In reality, most of these annotations are
    currently unused by the time the bundle is being unpacked and applied
    to the cluster. There was an issue where default channel was no longer
    required, but it was still validated by extract because it has a
    separate validation function.
    
    These annotations should be validated when building and
    adding to the registry (as it exists now). This commit removes
    annotation validation from the configmap writer in opm alpha bundle
    extract
    kevinrizza committed May 27, 2020
    Copy the full SHA
    496ca87 View commit details
    Browse the repository at this point in the history