diff --git a/cinder/templates/configmap-etc.yaml b/cinder/templates/configmap-etc.yaml index c889bbbaca..e345814299 100644 --- a/cinder/templates/configmap-etc.yaml +++ b/cinder/templates/configmap-etc.yaml @@ -110,7 +110,7 @@ data: policy.json: | {{ toJson .Values.conf.policy | indent 4 }} cinder_sudoers: | -{{- tuple .Values.conf.neutron_sudoers "etc/_cinder_sudoers.tpl" . | include "helm-toolkit.utils.configmap_templater" }} +{{- tuple .Values.conf.cinder_sudoers "etc/_cinder_sudoers.tpl" . | include "helm-toolkit.utils.configmap_templater" }} rootwrap.conf: | {{- tuple .Values.conf.rootwrap "etc/_rootwrap.conf.tpl" . | include "helm-toolkit.utils.configmap_templater" }} volume.filters: |