Paul O'Connor
Paul O'Connor
In https://github.com/runatlantis/atlantis/pull/2337, I modified the GitHub Markdown regex to correctly handle YAML in the Terraform output. Unfortunately, that broke highlighting for resources that were being created or deleted. The updated...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing...
ArgoCD recently added a `templatePatch` field to it's `ApplicationSet` CRD
The org that hosts the CRD catalog has [ceased trading](https://github.com/datreeio/CRDs-catalog/issues/310#issuecomment-2112835941). Their org and repo is [referenced](https://github.com/zapier/kubechecks/blob/7bdb545d52fa014c86bd9410c8a5a03d4a86aa64/cmd/locations_test.go#L38) [twice](https://github.com/zapier/kubechecks/blob/7bdb545d52fa014c86bd9410c8a5a03d4a86aa64/.github/kubeconform.sh#L35) in this repo. Is there any plan to deprecate those links, either in...
I have a secret that contains the environment variable ``` KUBECHECKS_ARGOCD_API_INSECURE: "true" ``` But the app tries to talk to a https endpoint, regardless of the value. Oddly, I don't...
I have a requirement that ECR repos are automatically configured to be immutable, and have tags attached to them. This PR should address those requirements for private repositories.