mirror of https://github.com/status-im/consul.git
docs: Fix indentation for gossipEncryption when using Vault secrets backend
This commit is contained in:
parent
065f6f89fb
commit
1b65760782
|
@ -76,9 +76,9 @@ global:
|
||||||
enabled: true
|
enabled: true
|
||||||
consulServerRole: consul-server
|
consulServerRole: consul-server
|
||||||
consulClientRole: consul-client
|
consulClientRole: consul-client
|
||||||
gossipEncryption:
|
gossipEncryption:
|
||||||
secretName: secret/data/consul/gossip
|
secretName: secret/data/consul/gossip
|
||||||
secretKey: key
|
secretKey: key
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that `global.gossipEncryption.secretName` is the path of the secret in Vault.
|
Note that `global.gossipEncryption.secretName` is the path of the secret in Vault.
|
||||||
|
|
Loading…
Reference in New Issue