From 7917d73d5728a1c6f9bf6470d89c6c12225d7db8 Mon Sep 17 00:00:00 2001 From: Stavros Kontopoulos Date: Wed, 31 Jul 2024 01:03:40 +0300 Subject: [PATCH] fix http1 metadata (#6083) --- 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" ...