mirror of https://github.com/knative/docs.git
🔥 remove deprecated and have only the fqn for injection (#2761)
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
This commit is contained in:
parent
88d311b6ee
commit
d59327f843
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue