Updating charts to use common resource template
[oom.git] / kubernetes / contrib / charts / netbox / charts / netbox-postgres / templates / deployment.yaml
index 2bebd11..803163b 100755 (executable)
@@ -52,7 +52,7 @@ spec:
         - name: {{ include "common.fullname" . }}-data
           mountPath: /var/lib/postgresql/data
         resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
       {{- if .Values.nodeSelector }}
       nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}