From 1b65760782aa1a81343837b307636bf4f3014dd6 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 cea8d69237..4e1422d583 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.