diff --git a/ceph-client/templates/job-rbd-pool.yaml b/ceph-client/templates/job-rbd-pool.yaml index 735de44b5..7e5e2d6be 100644 --- a/ceph-client/templates/job-rbd-pool.yaml +++ b/ceph-client/templates/job-rbd-pool.yaml @@ -45,7 +45,7 @@ spec: containers: - name: ceph-rbd-pool {{ tuple $envAll "ceph_rbd_pool" | include "helm-toolkit.snippets.image" | indent 10 }} -{{ tuple $envAll $envAll.Values.pod.resources.mgr | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }} +{{ tuple $envAll $envAll.Values.pod.resources.jobs.rbd_pool | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }} {{ dict "envAll" $envAll "application" "rbd_pool" "container" "rbd_pool" | include "helm-toolkit.snippets.kubernetes_container_security_context" | indent 10 }} env: - name: CLUSTER diff --git a/ceph-client/values.yaml b/ceph-client/values.yaml index 1f51c6b1c..0ba52e84c 100644 --- a/ceph-client/values.yaml +++ b/ceph-client/values.yaml @@ -172,7 +172,7 @@ pod: limits: memory: "1024Mi" cpu: "2000m" - rbd-pool: + rbd_pool: requests: memory: "128Mi" cpu: "100m"