Updating charts to use common resource template
[oom.git] / kubernetes / pomba / charts / pomba-validation-service / templates / deployment.yaml
index 5faa453..f802245 100644 (file)
@@ -75,7 +75,7 @@ spec:
           - mountPath: {{ .Values.config.rulesDir }}/
             name: rules
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}