docs: Fix indentation for gossipEncryption when using Vault secrets backend

This commit is contained in:
David Yu 2022-01-05 21:35:28 -08:00 committed by GitHub
parent 065f6f89fb
commit 1b65760782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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.