Merge "Cinder: Fix sudoers reference in configmap"

This commit is contained in:
Zuul 2018-03-14 04:28:24 +00:00 committed by Gerrit Code Review
commit a310524c9d

View File

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