Pierangelo Di Pilato
Pierangelo Di Pilato
/assign @rh-hemartin
/hold I want to merge https://github.com/knative/docs/pull/5967 first
/lgtm /approve
For reference, Buildpacks added support for this in https://github.com/paketo-buildpacks/go-mod-vendor/issues/140
/remove-lifecycle stale
/test reconciler-tests
@yijie-04 @Cali0707 the issue is how we're creating the rest.Config here ``` cfg := &rest.Config{} ctx = injection.WithConfig(ctx, cfg) ``` This is basically using the default rest config and it...