diff --git a/ops/helm-charts/metrics-calculation-service/templates/app.yaml b/ops/helm-charts/metrics-calculation-service/templates/app.yaml index d4a6e452..c4a4e071 100644 --- a/ops/helm-charts/metrics-calculation-service/templates/app.yaml +++ b/ops/helm-charts/metrics-calculation-service/templates/app.yaml @@ -44,7 +44,7 @@ spec: tolerations: {{ toYaml . | nindent 12 }} {{- end }} - {{- with. Values.mcs.frontend.resources }} + {{- with. .Values.mcs.frontend.resources }} resources: {{ toYaml . | nindent 12 }} {{- end }}