From f7b7d7cb166f593cf527437148c2556e25ffb9c4 Mon Sep 17 00:00:00 2001 From: Jonas Mai Date: Mon, 1 Apr 2024 15:20:52 +0200 Subject: [PATCH] Update enabling-automatic-tls-certificate-provisioning.md ConfigMap values can only be of type String --- .../enabling-automatic-tls-certificate-provisioning.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/serving/encryption/enabling-automatic-tls-certificate-provisioning.md b/docs/serving/encryption/enabling-automatic-tls-certificate-provisioning.md index f185997de2..9d959e110c 100644 --- a/docs/serving/encryption/enabling-automatic-tls-certificate-provisioning.md +++ b/docs/serving/encryption/enabling-automatic-tls-certificate-provisioning.md @@ -174,7 +174,7 @@ For example, you can use the following configurations: You can also configure the selector to opt-out when a specific label is on the namespace: ```yaml -namespace-wildcard-cert-selector: +namespace-wildcard-cert-selector: |- matchExpressions: - key: "networking.knative.dev/disableWildcardCert" operator: "NotIn" @@ -185,7 +185,7 @@ This selects all namespaces where the label value is not in the set `"true"`. Or use existing kubernetes labels to select namespaces based on their name: ```yaml -namespace-wildcard-cert-selector: +namespace-wildcard-cert-selector: |- matchExpressions: - key: "kubernetes.io/metadata.name" operator: "In"