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

[release-v0.37.x] Fix TestYamls for change in ko create #5438

Merged

Commits on Sep 6, 2022

  1. Fix TestYamls for change in ko create

    With ko-build/ko#750, which we picked up when we bumped `ko` to `v0.12.0` in the test-runner image, `-n (namespace)` is no longer an argument for `ko create`. So we need to ensure that the namespace for the `TestYamls` CRDs is actually set properly, and get rid of the `-n (namespace)` from our invocation of `ko create`.
    
    Signed-off-by: Andrew Bayer <andrew.bayer@gmail.com>
    abayer committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    f64d840 View commit details
    Browse the repository at this point in the history