From ac64feb0eb4337343cec2411af8c911b9ae07bda Mon Sep 17 00:00:00 2001 From: Daniel Mittelman Date: Thu, 26 Mar 2020 16:15:08 +0200 Subject: [PATCH] Clarified documentation about Raft PV creation (#239) --- values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/values.yaml b/values.yaml index 1616394..9e0326a 100644 --- a/values.yaml +++ b/values.yaml @@ -262,7 +262,7 @@ server: annotations: {} # This configures the Vault Statefulset to create a PVC for data - # storage when using the file backend. + # storage when using the file or raft backend storage engines. # See https://www.vaultproject.io/docs/configuration/storage/index.html to know more dataStorage: enabled: true @@ -341,8 +341,8 @@ server: # Enables Vault's integrated Raft storage. Unlike the typical HA modes where # Vault's persistence is external (such as Consul), enabling Raft mode will create - # persistent volumes for Vault to store data. The Vault cluster will coordinate leader - # elections and failovers internally. + # persistent volumes for Vault to store data according to the configuration under server.dataStorage. + # The Vault cluster will coordinate leader elections and failovers internally. raft: # Enables Raft integrated storage