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

Set default value to TektonConfig object #415

Merged
merged 1 commit into from
Sep 21, 2021

Commits on Sep 21, 2021

  1. Set default value to TektonConfig object

    Currently when running the Tekton operator if the controller pod is up
    and webhook pod is not ready the controller will create the TektonConfig
    object and that TektonConfig object will not have any default values.
    
    This PR add the default values to TektonConfig object whenever the CR
    get's created by the Controller so that even if the webhook pod is not
    ready the TektonConfig CR can still have the default values.
    vinamra28 committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    a6e1c45 View commit details
    Browse the repository at this point in the history