Update enabling-automatic-tls-certificate-provisioning.md (#5933)

ConfigMap values can only be of type String
This commit is contained in:
Jonas Mai 2024-04-04 13:25:36 +02:00 committed by GitHub
parent be970a6529
commit f96487dfab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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"