Merge "Nova: Fix sudoers location in nova-etc configmap"
This commit is contained in:
commit
0c7b6e01a3
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user