Going from statefulset to deployment through helm configuration

Hi All,

I am using Vault (latest stable version) installed on AWS-EKS using helm chart, I am using postgres (AWS-RDS) as storage backend, and everything is working as expected.
But vault PODS are running through statefulset, and in my case I’m using AWS-RDS and KMS (auto unseal) so no need to use statefulset, is there any way through which I can directly use deployments rather than using statefulset, any configuration available on helm chart for the same, like disabling statefulset and enable deployment ?

Thanks in advance !