mirror of https://github.com/knative/docs.git
Drop the vestigial knative.dev/type annotations (#1848)
This commit is contained in:
parent
e614801341
commit
504f4a8737
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue