Skip to content

Commit f96487d

Browse files
authored
Update enabling-automatic-tls-certificate-provisioning.md (#5933)
ConfigMap values can only be of type String
1 parent be970a6 commit f96487d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/serving/encryption/enabling-automatic-tls-certificate-provisioning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ For example, you can use the following configurations:
174174
You can also configure the selector to opt-out when a specific label is on the namespace:
175175

176176
```yaml
177-
namespace-wildcard-cert-selector:
177+
namespace-wildcard-cert-selector: |-
178178
matchExpressions:
179179
- key: "networking.knative.dev/disableWildcardCert"
180180
operator: "NotIn"
@@ -185,7 +185,7 @@ This selects all namespaces where the label value is not in the set `"true"`.
185185
Or use existing kubernetes labels to select namespaces based on their name:
186186

187187
```yaml
188-
namespace-wildcard-cert-selector:
188+
namespace-wildcard-cert-selector: |-
189189
matchExpressions:
190190
- key: "kubernetes.io/metadata.name"
191191
operator: "In"

0 commit comments

Comments
 (0)