Max Anderson

Results 23 comments of Max Anderson

Any updates to share on this?

My first attempt at this worked but was a naive approach. It will cause a re-connection on every call to `_read_value()`. I moved the connection logic to its own method,...

I'm seeing this problem across MacOS arm64, Linux arm64 & amd64. The only platform I don't see it with is Windows amd64. Tried settings `max_requests = 0` but did not...

@chatelain-io Thanks for this! One thing I found missing was the `azure.workload.identity/use: "true"` annotation on the service account.

Also seeing this issue. I noticed that while the chart bump was just a patch increase `8.8.2` to `8.8.3`, this actually bumped the underlying version of external-dns from `0.16.1` to...

> That's kind of what I was thinking. I'm wondering though if you can just > > ``` > {{ omit .Values.azure "secretName" | toJsonPretty }} > ``` > >...

> Hi there! > > Thank you for your contribution @MaxAnderson95! I agree that using `toJson` here is the way to go, but I'm worried about transforming the entire `.Values.azure`...