From cac7e5d7f4dc01ac8394976cbfe19293f6db8590 Mon Sep 17 00:00:00 2001 From: Adnan Abdulhussein Date: Fri, 24 Feb 2017 16:05:13 -0800 Subject: [PATCH] Reduce labels for pod spec Reduces the labels for the pod spec to ensure the chart version changes don't affect the match selector. --- incubator/mean/templates/deployment.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/incubator/mean/templates/deployment.yaml b/incubator/mean/templates/deployment.yaml index acc8638f9..f5a204229 100644 --- a/incubator/mean/templates/deployment.yaml +++ b/incubator/mean/templates/deployment.yaml @@ -13,9 +13,6 @@ spec: metadata: labels: app: {{ template "fullname" . }} - chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" - release: "{{ .Release.Name }}" - heritage: "{{ .Release.Service }}" annotations: pod.beta.kubernetes.io/init-containers: '[ {