Clarified documentation about Raft PV creation (#239)
This commit is contained in:
parent
d57bd7cb6e
commit
ac64feb0eb
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue