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
This commit is contained in:
Matt McEuen 2017-12-27 07:10:19 -06:00
parent 8e82d07fc6
commit e507dc38d9

View File

@ -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"