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.56.x] Do not register StepAction for conversion #7801

Commits on Mar 25, 2024

  1. Do not register StepAction for conversion

    `StepAction` only exists in `v1alpha1` and thus doesn't need to be
    registered in the conversion webhook.
    
    Prior to this commit, the webhook errors out (several times) with the
    following:
    
    ```
    custom resource \"stepactions.tekton.dev\" isn't configured for webhook conversion
    ```
    
    Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
    vdemeester authored and tekton-robot committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    82a2c07 View commit details
    Browse the repository at this point in the history