diff --git a/nova/templates/configmap-etc.yaml b/nova/templates/configmap-etc.yaml index 1645b35ea1..0d1d9f958d 100644 --- a/nova/templates/configmap-etc.yaml +++ b/nova/templates/configmap-etc.yaml @@ -213,7 +213,7 @@ data: policy.yaml: | {{ toYaml .Values.conf.policy | indent 4 }} nova_sudoers: | -{{- tuple .Values.conf.neutron_sudoers "etc/_nova_sudoers.tpl" . | include "helm-toolkit.utils.configmap_templater" }} +{{- tuple .Values.conf.nova_sudoers "etc/_nova_sudoers.tpl" . | include "helm-toolkit.utils.configmap_templater" }} rootwrap.conf: | {{- tuple .Values.conf.rootwrap "etc/_rootwrap.conf.tpl" . | include "helm-toolkit.utils.configmap_templater" }} api-metadata.filters: |