Fixed tls.extraDnsNames example (#8352)

This commit is contained in:
Elio
2021-12-09 15:13:13 +01:00
committed by GitHub
parent a818e56883
commit e7caceca2c
+2 -2
View File
@@ -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`)