Nova: Fix sudoers location in nova-etc configmap
The nova_sudoers entry in the nova configmap-etc was consuming the neutron_sudoers entry in the values.yaml. This corrects it to point at nova_sudoers instead Change-Id: I621c817c579cc1c31fa51b1a0f49a43a652784a2
This commit is contained in:
parent
a310524c9d
commit
a71998a80c
@ -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