Updating charts to use common resource template
[oom.git] / kubernetes / pomba / charts / pomba-contextaggregator / templates / deployment.yaml
index 4dffd6e..44268db 100755 (executable)
@@ -64,7 +64,7 @@ spec:
             name: {{ include "common.fullname" . }}-config-builders
             readOnly: true
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{- toYaml .Values.nodeSelector | indent 10 }}