Updating charts to use common resource template
[oom.git] / kubernetes / dcaegen2 / charts / dcae-redis / templates / statefulset.yaml
index f72e540..3e20e37 100644 (file)
@@ -77,7 +77,7 @@ spec:
           - mountPath: /opt/scripts
             name: {{ include "common.fullname" . }}-scripts
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}