From e507dc38d97e6475688ce68e5b942671e8499001 Mon Sep 17 00:00:00 2001 From: Matt McEuen <matt.mceuen@att.com> Date: Wed, 27 Dec 2017 07:10:19 -0600 Subject: [PATCH] Fixed ceph mon resource definition The ceph mon daemonset had a typo, and referenced the osd resource limit specification in Values instead of its own. Change-Id: I06433b9039842322786e73eff89da2836c17bb7f --- ceph/templates/daemonset-mon.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph/templates/daemonset-mon.yaml b/ceph/templates/daemonset-mon.yaml index d71389e26f..138873a7b3 100644 --- a/ceph/templates/daemonset-mon.yaml +++ b/ceph/templates/daemonset-mon.yaml @@ -63,7 +63,7 @@ spec: - name: ceph-mon image: {{ .Values.images.tags.ceph_daemon }} imagePullPolicy: {{ .Values.images.pull_policy }} -{{ tuple $envAll $envAll.Values.pod.resources.osd | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }} +{{ tuple $envAll $envAll.Values.pod.resources.mon | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }} env: - name: K8S_HOST_NETWORK value: "1"