Merge pull request #11952 from hashicorp/david-yu-vault-gossip-indent
docs: Fix indentation for gossipEncryption when using Vault secrets backend
This commit is contained in:
commit
dcda97cdcc
|
@ -76,9 +76,9 @@ global:
|
|||
enabled: true
|
||||
consulServerRole: consul-server
|
||||
consulClientRole: consul-client
|
||||
gossipEncryption:
|
||||
secretName: secret/data/consul/gossip
|
||||
secretKey: key
|
||||
gossipEncryption:
|
||||
secretName: secret/data/consul/gossip
|
||||
secretKey: key
|
||||
```
|
||||
|
||||
Note that `global.gossipEncryption.secretName` is the path of the secret in Vault.
|
||||
|
|
Loading…
Reference in New Issue