Kellin

Results 13 comments of Kellin

Experiencing similar issue on ArgoCD 1.8.1 deploying Traefik chart 9.11.0. I can see in ArgoCD logs that `--api-versions networking.k8s.io/v1 --api-versions networking.k8s.io/v1beta1` is passed to the `helm template` command, but not...

The best behavior would be that helm diff understand the lifecycle of the specified hooks and only diff when the hook would actually be applied. I think the next best...

We will work on adding that documentation, that seems valuable to have available for new contributors. Adding a new backend would look like: * Adding the fields to the SecretStore...

@snowfix-1a I would recommend contributing the Azure KeyVault backend to https://github.com/external-secrets/external-secrets, the backend interfaces between this project and external-secrets is identical.

I have mixed feelings around ambient credentials. They are a bit tricky to test (often times we have to rely on the specific SDK's "just working" and set the ENV...

I'm not sure there is a portable alternative for some sed commands. If this instance has an alternative which is portable then it could be updated. I would recommend macOS...

> Hi @mcavoyk , is the current controller still does not support reconciling the secrets if updated in the backend ? any workarounds for that other than recreating the externalSecret...

Just to clarify this is for vault secret backend but with [AWS authentication](https://www.vaultproject.io/docs/auth/aws)? If so that is for something we are interested in. In terms of IRSA, we should be...

Based on discussion and feedback this should support a target field with template/templateFrom https://github.com/godaddy/kubernetes-external-secrets/pull/477

> Though I wonder how it'd handle Pods created by Deployments, that's essentially the same mechanism with Crossplane creating managed resources when it sees the composite resource. My understanding from...