From 77fae315b966d59b021c65c18808254ac6483e0f Mon Sep 17 00:00:00 2001 From: stephan lindauer Date: Thu, 12 Jul 2018 11:46:33 +0200 Subject: [PATCH] Remove tier label --- pkg/api/test-fixtures/decoded-golden.yaml | 6 ++---- pkg/api/test-fixtures/manifest-deployment.yaml | 2 -- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/pkg/api/test-fixtures/decoded-golden.yaml b/pkg/api/test-fixtures/decoded-golden.yaml index e6ad8a5..3cb1a7d 100644 --- a/pkg/api/test-fixtures/decoded-golden.yaml +++ b/pkg/api/test-fixtures/decoded-golden.yaml @@ -8,8 +8,7 @@ "creationTimestamp": null, "labels": { "app": "maintenance", - "team": "platform", - "tier": "maintenance" + "team": "platform" } }, "spec": { @@ -21,8 +20,7 @@ "creationTimestamp": null, "labels": { "app": "maintenance", - "team": "platform", - "tier": "maintenance" + "team": "platform" } }, "spec": { diff --git a/pkg/api/test-fixtures/manifest-deployment.yaml b/pkg/api/test-fixtures/manifest-deployment.yaml index bcdbfae..a944abc 100644 --- a/pkg/api/test-fixtures/manifest-deployment.yaml +++ b/pkg/api/test-fixtures/manifest-deployment.yaml @@ -6,7 +6,6 @@ metadata: namespace: kube-system labels: team: platform - tier: maintenance app: maintenance spec: @@ -22,7 +21,6 @@ spec: namespace: kube-system labels: team: platform - tier: maintenance app: maintenance spec: