Closed nia-potato closed 1 year ago
Hi @nia-potato, was the chart deployed to a namespace where it was deployed previously? The PVCs that are created with an HA raft setup are intentionally not removed when the chart is uninstalled, so the storage from the previous deployment will be reused if the chart is deployed again there.
Hi thanks for the response, I actually run delete pvc for both data and audit storage every helm install, forgot to mention sry, so I don't think it is a pvc issue
Can you include the vault logs when it starts up? Might be good to enable debug logging as well. It would also be good to know what TLS errors you're encountering.
@tvoran any ideas ?
Describe the bug based on this config, prior of running
vault operator init
the vault instance will auto init,To Reproduce Steps to reproduce the behavior:
Expected behavior only after running
vault operator init
the vault will inits with the root and unseal tokens.Environment
is there anything wrong in the config that i am missing that is causing this behavior?