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." #389

Closed sid8489 closed 6 months ago

sid8489 commented 6 months ago

Signed-off-by: agrawal8489@gmail.com

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.

sid8489 commented 6 months ago

@akijakya Not sure why but dco check is still failing even after rebasing and adding signoff. I have created a new PR with similar changes. https://github.com/bank-vaults/vault-operator/pull/395 . I am closing this PR for that.