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:
mrspanishviking 2022-01-06 07:14:29 -07:00 committed by GitHub
commit f49545eb5e
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.