From d59327f8436e08ce840420a302c93de7c6d1b2cc Mon Sep 17 00:00:00 2001 From: Matthias Wessendorf Date: Thu, 10 Sep 2020 12:12:59 +0200 Subject: [PATCH] :fire: remove deprecated and have only the fqn for injection (#2761) Signed-off-by: Matthias Wessendorf --- docs/eventing/samples/helloworld/helloworld-python/README.md | 2 +- .../samples/helloworld/helloworld-python/sample-app.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/eventing/samples/helloworld/helloworld-python/README.md b/docs/eventing/samples/helloworld/helloworld-python/README.md index 30a95c842..c9c5fc6e6 100644 --- a/docs/eventing/samples/helloworld/helloworld-python/README.md +++ b/docs/eventing/samples/helloworld/helloworld-python/README.md @@ -86,7 +86,7 @@ cd knative-docs/docs/eventing/samples/helloworld/helloworld-python metadata: name: knative-samples labels: - knative-eventing-injection: enabled + eventing.knative.dev/injection: enabled --- # Helloworld-python app deploment apiVersion: apps/v1 diff --git a/docs/eventing/samples/helloworld/helloworld-python/sample-app.yaml b/docs/eventing/samples/helloworld/helloworld-python/sample-app.yaml index 273226dce..ac5df17d5 100644 --- a/docs/eventing/samples/helloworld/helloworld-python/sample-app.yaml +++ b/docs/eventing/samples/helloworld/helloworld-python/sample-app.yaml @@ -4,7 +4,7 @@ kind: Namespace metadata: name: knative-samples labels: - knative-eventing-injection: enabled + eventing.knative.dev/injection: enabled --- # Helloworld-go app deploment apiVersion: apps/v1