From ac8c5a07654d28c97e9e5ef7b05efeed81a0d950 Mon Sep 17 00:00:00 2001 From: Ashwin Chatterji Date: Fri, 12 Jun 2020 15:24:00 +0800 Subject: [PATCH] Missed a dot before Values. --- infra/charts/feast/charts/feast-core/templates/deployment.yaml | 2 +- .../charts/feast/charts/feast-serving/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/charts/feast/charts/feast-core/templates/deployment.yaml b/infra/charts/feast/charts/feast-core/templates/deployment.yaml index 3520e92261..8b2343ee9c 100644 --- a/infra/charts/feast/charts/feast-core/templates/deployment.yaml +++ b/infra/charts/feast/charts/feast-core/templates/deployment.yaml @@ -30,7 +30,7 @@ spec: app: {{ template "feast-core.name" . }} component: core release: {{ .Release.Name }} - {{- if Values.podLabels }} + {{- if .Values.podLabels }} {{ toYaml .Values.podLabels | nindent 8 }} {{- end }} spec: diff --git a/infra/charts/feast/charts/feast-serving/templates/deployment.yaml b/infra/charts/feast/charts/feast-serving/templates/deployment.yaml index 076c910490..610dbe5fee 100644 --- a/infra/charts/feast/charts/feast-serving/templates/deployment.yaml +++ b/infra/charts/feast/charts/feast-serving/templates/deployment.yaml @@ -30,7 +30,7 @@ spec: app: {{ template "feast-serving.name" . }} component: serving release: {{ .Release.Name }} - {{- if Values.podLabels }} + {{- if .Values.podLabels }} {{ toYaml .Values.podLabels | nindent 8 }} {{- end }} spec: