From 0ee26c6c9e4f18e364f9024490b8f3a7f0b72224 Mon Sep 17 00:00:00 2001 From: Knative Prow Robot Date: Wed, 31 Jul 2024 01:58:11 +0100 Subject: [PATCH] fix http1 metadata (#6084) 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 8a0eba2577..7dfddf9132 100644 --- a/docs/serving/services/http-protocol.md +++ b/docs/serving/services/http-protocol.md @@ -77,7 +77,7 @@ metadata: namespace: default spec: template: - spec: + metadata: annotations: features.knative.dev/http-full-duplex: "Enabled" ...