8gears / n8n-helm-chart

A Kubernetes Helm chart for n8n a Workflow Automation Tool. Easily automate tasks across different services.
https://artifacthub.io/packages/helm/open-8gears/n8n
Apache License 2.0
187 stars 97 forks source link

Add support for "existing secrets" #41

Closed gmemstr closed 1 year ago

gmemstr commented 1 year ago

It's typically bad practice to submit secrets to Git repositories, but this chart appears to encourage it. This PR adds the ability to specify an existing secret created by another source (e.g the Vault operator, manually) to avoid needing to add the secrets to the value file, which may be committed to git.

Vad1mo commented 1 year ago

That you for your contribution, I am happy to accept your change. Once the change request is resolved.