Brian Kleszyk

Results 5 issues of Brian Kleszyk

### Expected Behavior Tilt should be able to connect to the cluster on `tilt up` etc. ### Current Behavior Tilt is unable to connect to the cluster directly. We still...

bug
needs repro case

I'm not an elixir expert, so apologies if I'm understanding this issue incorrectly. When trying to upgrade jose to 1.11.9, there's an added spec to `verify_strict/3`: https://github.com/potatosalad/erlang-jose/blob/66e6eecd7612f17b8ac25c823695ab9e0368a7eb/lib/jose/jwt.ex#L312 Our dialyzer check...

### Environment I'm trying everything in a docker-compose environment to keep things simple and repeatable. I've tried this with nginx=1.25.5 and newer. docker-compose.yaml ``` services: nginx: platform: linux/amd64 image: "nginx:1.25.5-bookworm"...

Hello, the installation of this via GitOps and ArgoCD is vague. The presented config file isn't an ArgoCD `Application` or `ApplicationSet`, so it's not clear how the config file is...

Hello, I've been working on a library chart and how it's used by applications, and we want to enforce JSON schema on library templates. Namely, I would like schemas to...

feature