Updating charts to use common resource template
[oom.git] / kubernetes / common / network-name-gen / templates / deployment.yaml
index 96b3c79..743c8be 100644 (file)
@@ -78,7 +78,7 @@ spec:
         - name: AAI_URI
           value: "{{ .Values.config.aaiUri }}"
         resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}