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

Fix TestYamls for change in ko create #5396

Merged
merged 1 commit into from
Aug 31, 2022

Commits on Aug 30, 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 Aug 30, 2022
    Configuration menu
    Copy the full SHA
    df12ce0 View commit details
    Browse the repository at this point in the history