Charlie Getzen
Charlie Getzen
I am trying to solve a slightly different problem: promoting module versions across environments without requiring a module to wrap the entire stack definition. There are a variety of pre-processors...
Hi @StevenACoffman The lint failures seem unrelated to this PR. I am also unable to trigger these errors locally with: ``` docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.52.2 golangci-lint...
Did some digging on this: - [HIP for custom resource ordering](https://github.com/helm/community/pull/230) proposes adding the `helm.sh/install-before` annotation to help manage inter-dependent custom resources. This is only tangentially related, and doesn't solve...
I'm curious if there are any SLO's around managing CVEs in temporal
You may be able to solve this by mounting the certificate into the pod following [these instructions](https://paraspatidar.medium.com/add-ssl-tls-certificate-or-pem-file-to-kubernetes-pod-s-trusted-root-ca-store-7bed5cd683d).
Hi @robertsirc, the latest commit looks successful on my end. If there's any links to failures I can take a look!
@robertsirc is there anything else that is needed to get a review? This PR does a few things, and I'd be happy to strip it down to do a single...
Thanks for the pointers. It sounds like there are a couple of competing goals: 1. The ability to fail fast when using retries in the case that tests are truly...
I do not think that would work. Using those numbers, what if there were 10,000 tests, and the first test failed 3 times (which will fail the suite), and no...
I'm hesitant to create another issue, as I think the root cause may be similar: ```golang func false_positive() error { var slice []int sliceLen := len(slice) for idx := 0;...