diff --git a/system/vault/helm/vault.values.yaml b/system/vault/helm/vault.values.yaml index 5f4aaa56..689c82cc 100644 --- a/system/vault/helm/vault.values.yaml +++ b/system/vault/helm/vault.values.yaml @@ -84,6 +84,11 @@ server: # See https://www.vaultproject.io/docs/audit/index.html to know more auditStorage: enabled: true + storageClass: local-hostpath + + dataStorage: + enabled: true + storageClass: local-hostpath standalone: enabled: false