Clarified documentation about Raft PV creation (#239)

This commit is contained in:
Daniel Mittelman 2020-03-26 16:15:08 +02:00 committed by GitHub
parent d57bd7cb6e
commit ac64feb0eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -262,7 +262,7 @@ server:
annotations: {} annotations: {}
# This configures the Vault Statefulset to create a PVC for data # 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 # See https://www.vaultproject.io/docs/configuration/storage/index.html to know more
dataStorage: dataStorage:
enabled: true enabled: true
@ -341,8 +341,8 @@ server:
# Enables Vault's integrated Raft storage. Unlike the typical HA modes where # 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 # 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 # persistent volumes for Vault to store data according to the configuration under server.dataStorage.
# elections and failovers internally. # The Vault cluster will coordinate leader elections and failovers internally.
raft: raft:
# Enables Raft integrated storage # Enables Raft integrated storage