Updating charts to use common resource template
[oom.git] / kubernetes / aai / charts / aai-cassandra / templates / statefulset.yaml
index 4c4b979..891526b 100644 (file)
@@ -92,7 +92,7 @@ spec:
           - name: cassandra-data
             mountPath: /var/lib/cassandra
         resources:
-{{ toYaml .Values.resources | indent 10 }}
+{{ include "common.resources" . | indent 10 }}
       {{- if .Values.nodeSelector }}
       nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 8 }}