Skip to content

Commit

Permalink
Missed a dot before Values.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinath committed Jun 12, 2020
1 parent ca564b0 commit ac8c5a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ac8c5a0

Please sign in to comment.