Skip to content

Commit

Permalink
Update enabling-automatic-tls-certificate-provisioning.md
Browse files Browse the repository at this point in the history
ConfigMap values can only be of type String
  • Loading branch information
hubwoop authored Apr 1, 2024
1 parent f944808 commit f7b7d7c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit f7b7d7c

Please sign in to comment.