diff --git a/charts/dgraph/templates/alpha/statefulset.yaml b/charts/dgraph/templates/alpha/statefulset.yaml index afb159b21..617977e19 100644 --- a/charts/dgraph/templates/alpha/statefulset.yaml +++ b/charts/dgraph/templates/alpha/statefulset.yaml @@ -52,7 +52,6 @@ spec: selector: matchLabels: app: {{ template "dgraph.name" . }} - chart: {{ template "dgraph.chart" . }} release: {{ .Release.Name }} component: {{ .Values.alpha.name }} template: diff --git a/charts/dgraph/templates/ratel/deployment.yaml b/charts/dgraph/templates/ratel/deployment.yaml index cf3632686..e6f63b429 100644 --- a/charts/dgraph/templates/ratel/deployment.yaml +++ b/charts/dgraph/templates/ratel/deployment.yaml @@ -14,7 +14,6 @@ spec: selector: matchLabels: app: {{ template "dgraph.name" . }} - chart: {{ template "dgraph.chart" . }} component: {{ .Values.ratel.name }} release: {{ .Release.Name }} replicas: {{ .Values.ratel.replicaCount }} diff --git a/charts/dgraph/templates/zero/statefulset.yaml b/charts/dgraph/templates/zero/statefulset.yaml index 8a70ff11c..35bc45a7f 100644 --- a/charts/dgraph/templates/zero/statefulset.yaml +++ b/charts/dgraph/templates/zero/statefulset.yaml @@ -45,7 +45,6 @@ spec: selector: matchLabels: app: {{ template "dgraph.name" . }} - chart: {{ template "dgraph.chart" . }} release: {{ .Release.Name }} component: {{ .Values.zero.name }} template: