From e7caceca2c009b27fbb534776a9a366e0bbf5a46 Mon Sep 17 00:00:00 2001 From: Elio Date: Thu, 9 Dec 2021 15:13:13 +0100 Subject: [PATCH] Fixed tls.extraDnsNames example (#8352) --- bitnami/mongodb/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/mongodb/values.yaml b/bitnami/mongodb/values.yaml index d4095911c..ee140c4ac 100644 --- a/bitnami/mongodb/values.yaml +++ b/bitnami/mongodb/values.yaml @@ -193,8 +193,8 @@ tls: pullPolicy: IfNotPresent ## e.g: ## extraDnsNames - ## - "DNS.6": "$my_host" - ## - "DNS.7": "$test" + ## "DNS.6": "$my_host" + ## "DNS.7": "$test" ## extraDnsNames: [] ## @param tls.mode Allows to set the tls mode which should be used when tls is enabled (options: `allowTLS`, `preferTLS`, `requireTLS`)