Merge "Create a minimal environment file"
[oom.git] / kubernetes / pomba / charts / pomba-kibana / templates / deployment.yaml
index 694f501..e87a04f 100644 (file)
@@ -146,7 +146,7 @@ spec:
           - mountPath: /usr/share/kibana/config/
             name: {{ include "common.fullname" . }}
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}