Updating charts to use common resource template
[oom.git] / kubernetes / pomba / charts / pomba-aaictxbuilder / templates / deployment.yaml
index 99b1150..6d46e9d 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 }}