Updating charts to use common resource template
[oom.git] / kubernetes / pomba / charts / pomba-servicedecomposition / templates / deployment.yaml
index 14513f3..7c6d4ba 100644 (file)
@@ -66,7 +66,7 @@ spec:
             readOnly: true
 
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}