From 3993c0bd47dc88842f6bde28b428c49ae808c889 Mon Sep 17 00:00:00 2001 From: Terraform Cedille Date: Wed, 18 Sep 2024 22:40:52 +0000 Subject: [PATCH] [Terraform] Vault Config --- system/vault/helm/vault.values.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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