Usecase: To Use PVC created from PV from Snapshot
Details: I have deployed Vault in Azure through Helm and have HA enabled with 3 replicas now what i want is if i have snapshots of PV and i delete the pv and pvc how to claim the pvc created from snapshot as there is no claim section in statefulset to claim the pvc created
Why is it needed?: Suppose the pv gets deleted i should have options to restore all the configs stored by claiming the pvc created from snapshot.
I would appreciate some help in this!
P.S.: PVC is getting bound now but pod is getting crashloop with error:
Error initializing storage of type raft: error parsing config: open /vault/data/node-id: no such file or directory
2025-04-15T11:47:32.301Z [INFO] proxy environment: http_proxy=“” https_proxy=“” no_proxy=“”