Blake Pettersson

Results 26 issues of Blake Pettersson

## Description The issue is exactly the same as #1810, but for EKS managed node groups, with the same workaround (and presumably the same fix) - [x] ✋ I have...

question
stale

### Summary Specifying any args in `makeWrapResolversPlugin` that is more narrow than `any` fails typechecking with ``` Property 'input' is missing in type '{ [argName: string]: any; }' but required...

consider-for-v5

## Description Allow types more specific than `{ [argName: string]: any }` to be passed into `makeWrapResolversPlugin`. We now set `TSource`, `TContext` and `TArgs` as type parameters to `makeWrapResolversPlugin` which...

consider-for-v5

In argoproj/argo-cd#13965, upgrading to client-go 0.26 uncovered an issue with existing namespaces not preserving labels and annotations when converting an existing namespace to use `managedNamespaceMetadata`. From 0.26 up, in order...

In the same vein of #223, add YAML conversion functions. Fixes #358.

Checklist: * [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq. * [x] I've included steps to reproduce the bug. * [ ] I've pasted the output...

bug

A bug was reported, where an applicationset with an empty elements array, when created with `argocd appset create .yaml` gets a `...list.elements: Required value` error. My hypothesis is that when...

This adds a Skaffold configuration for quickly standing up an Argo CD for development purposes. Signed-off-by: Blake Pettersson Note on DCO: If the DCO action in the integration test fails,...

Adds `VaultAuthBackend`, `VaultKubernetesAuthBackend` and `VaultKubernetesAuthBackendRole` CRDs, with corresponding controllers. These CRDs enable the management of Vault auth backends, along with kubernetes auth configs and roles through the operator. This is...