khelil

Results 94 comments of khelil

Hi @allanger We already have a way to override the registry and images for the operator using injected environment variables. this how we inject productized images for openshift operator for...

@allanger Yes, you are right!! currently we only support full image overrides. One possible enhancement would be to support a TEKTON_REGISTRY_OVERRIDE env variable on the operator side, and apply it...

hi @CarstenGSD Apologies for the delayed response. You can override almost any setting through the TektonConfig resource. . You can use this mechanism to override the TEKTON_RESULTS_API_SERVICE environment variable: ```...

@adambkaplan defaulting one of these values is already there https://github.com/tektoncd/operator/blob/v0.73.0/pkg/apis/operator/v1alpha1/tektonconfig_defaults.go#L79 Can this be a race between shipwright operator trying to create tektonconfig without spec.pruner.keep and tekton operator trying to default...

@jkandasa @piyush-garg Please have a look to my PR