From c08900a67511f0ba43a657b03aaa3cf4f2846303 Mon Sep 17 00:00:00 2001 From: Knative Prow Robot Date: Wed, 31 Jul 2024 05:59:14 +0100 Subject: [PATCH] fix http1 metadata (#6086) Co-authored-by: Stavros Kontopoulos --- docs/serving/services/http-protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serving/services/http-protocol.md b/docs/serving/services/http-protocol.md index 151f412198..a026217383 100644 --- a/docs/serving/services/http-protocol.md +++ b/docs/serving/services/http-protocol.md @@ -76,7 +76,7 @@ metadata: namespace: default spec: template: - spec: + metadata: annotations: features.knative.dev/http-full-duplex: "Enabled" ...