Browse Source

docs: Fix indentation for gossipEncryption when using Vault secrets backend

pull/11952/head
David Yu 3 years ago committed by GitHub
parent
commit
1b65760782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      website/content/docs/k8s/installation/vault/gossip.mdx

6
website/content/docs/k8s/installation/vault/gossip.mdx

@ -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…
Cancel
Save