Updating charts to use common resource template
[oom.git] / kubernetes / sniro-emulator / templates / deployment.yaml
index da5266a..2b0eaec 100644 (file)
@@ -49,7 +49,7 @@ spec:
           initialDelaySeconds: {{ .Values.readiness.initialDelaySeconds }}
           periodSeconds: {{ .Values.readiness.periodSeconds }}
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}