From f1841e36c97fa8b9e31ac67c93c82459a1573253 Mon Sep 17 00:00:00 2001 From: David Yu Date: Wed, 5 Jan 2022 21:35:28 -0800 Subject: [PATCH] docs: Fix indentation for gossipEncryption when using Vault secrets backend --- website/content/docs/k8s/installation/vault/gossip.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/docs/k8s/installation/vault/gossip.mdx b/website/content/docs/k8s/installation/vault/gossip.mdx index cea8d6923..4e1422d58 100644 --- a/website/content/docs/k8s/installation/vault/gossip.mdx +++ b/website/content/docs/k8s/installation/vault/gossip.mdx @@ -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.