bank-vaults / vault-operator

Kubernetes operator for Hashicorp Vault
https://bank-vaults.dev/docs/operator/
Apache License 2.0
58 stars 21 forks source link

fix: Skip CA Secret Upsert for Namespace in Terminating state #395

Closed sid8489 closed 5 months ago

sid8489 commented 6 months ago

Issue - Vault-Operator fails to create vault-tls secret for new namespaces if any existing namespace is in Terminating State.

Fix -> Skip the namespaces in terminating state.