🔥 remove deprecated and have only the fqn for injection (#2761)

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
This commit is contained in:
Matthias Wessendorf 2020-09-10 12:12:59 +02:00 committed by GitHub
parent 88d311b6ee
commit d59327f843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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