Updating charts to use common resource template
[oom.git] / kubernetes / clamp / charts / clamp-dash-kibana / templates / deployment.yaml
index b58be0f..cd8e102 100644 (file)
@@ -93,7 +93,7 @@ spec:
             name: {{ include "common.fullname" . }}
             subPath: kibana.yml
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}