From 504f4a8737e47cecd39c21ea65a0c30460492823 Mon Sep 17 00:00:00 2001 From: Matt Moore Date: Tue, 1 Oct 2019 09:33:05 -0700 Subject: [PATCH] Drop the vestigial knative.dev/type annotations (#1848) --- docs/serving/samples/blue-green-deployment.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/serving/samples/blue-green-deployment.md b/docs/serving/samples/blue-green-deployment.md index 34bc3d0b1..a975ad2d3 100644 --- a/docs/serving/samples/blue-green-deployment.md +++ b/docs/serving/samples/blue-green-deployment.md @@ -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