bank-vaults / vault-helm-chart

A Helm chart for installing Hashicorp Vault
Apache License 2.0
8 stars 3 forks source link

feat: Allow for TLS in other namespaces #18

Closed tanmay-pnaik closed 11 months ago

tanmay-pnaik commented 12 months ago

Allow for TLS usage in other namespaces without the use of CRDs

The current implementation of using TLS in other namespaces involves the usage of CRDs. This PR allows for the deployment of the vault-tls secret to other namespaces, so that applications hosted in other namespaces can also use TLS for fetching secrets from Vault.