Colin Campbell

Results 4 comments of Colin Campbell

I also have a use case for this. Internally we have a private registry that contains a number of shadowed package versions for legacy tools, which is causing the resolver...

We can, but each project (dozens) would need to do it. Since our `uv.toml` is generated and shared automatically to all users to keep their private registry auth in sync,...

Took the webhook approach and got this working with a small Kyverno policy - ```yaml apiVersion: kyverno.io/v1 kind: ClusterPolicy metadata: name: mutate-dws-pod-template annotations: policies.kyverno.io/title: Remove incompatible resources from PodTemplates policies.kyverno.io/subject:...

I agree that swapping pip to uv blindly is very risky. They're not as 1:1 compatible as you would think, a lot of code would break due to the stricter...