Skip to content

Commit

Permalink
Add wildcard config as a string
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode committed Apr 4, 2024
1 parent 26c1706 commit ab761c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/serving/encryption/external-domain-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ in the `config-network` ConfigMap. For example, you can use the following config
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 @@ -97,7 +97,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 ab761c3

Please sign in to comment.