Results 15 comments of Eric Ace

@v1nc3nt27 I settled on a work-around. I modified the upstream https://github.com/tektoncd/catalog/blob/main/task/git-clone/0.6/git-clone.yaml before deploying the `Task` into the cluster. The beginning of the script was modified to look thus: ``` ......

Honestly @afrittoli it's hard to say - not being an expert in the tool. Fundamentally the catalog task is (presently) wanting to use the pipeline image in a way that...

Sounds good - thank you.

@adyanth Can you tell me which documentation you are referring to above when you say "My bad..."? I also am experiencing the operator not finding `...Monitor` resources across namespaces and...

I created a very similar issue along these lines which addresses a variation of this issue: [11341](https://github.com/kubernetes/ingress-nginx/issues/11341). The common theme is - integrators are deploying workloads with automation tools and...

Thanks - this doesn't address the original question which is - how to prevent the webhook from rejecting ingresses when the ingress references a secret created by a job and...

Yes I think that would be fine as well. Alternately, environment variables in the init container could be used. There are many approaches. As long as the flexibility is there...

All - is there any way to elevate this? Thanks!

@stevehipwell just to confirm - basically all of the keys under the current `provider.webhook` will indent under `provider.webhook.sidecar` (comments & defaults removed for clarity): ``` provider: name: webhook: url: readTimeout:...