Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information