Updating charts to use common resource template
[oom.git] / kubernetes / pomba / charts / pomba-sdcctxbuilder / templates / deployment.yaml
index 32119f7..f2c7ec7 100644 (file)
@@ -60,7 +60,7 @@ spec:
             subPath: application.properties
             readOnly: true
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}