Drop the vestigial knative.dev/type annotations (#1848)

This commit is contained in:
Matt Moore 2019-10-01 09:33:05 -07:00 committed by Knative Prow Robot
parent e614801341
commit 504f4a8737
1 changed files with 0 additions and 6 deletions

View File

@ -38,9 +38,6 @@ metadata:
namespace: default
spec:
template:
metadata:
labels:
knative.dev/type: container
spec:
containers:
- image: gcr.io/knative-samples/knative-route-demo:blue # The URL to the sample app docker image
@ -127,9 +124,6 @@ metadata:
namespace: default
spec:
template:
metadata:
labels:
knative.dev/type: container
spec:
containers:
- image: gcr.io/knative-samples/knative-route-demo:green # URL to the new version of the sample app docker image