Updating charts to use common resource template
[oom.git] / kubernetes / sdnc / sdnc-prom / templates / deployment.yaml
index 76f722c..d457bd8 100644 (file)
@@ -68,7 +68,7 @@ spec:
           mountPath: /app/config/coredns
 
         resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}