Fixed wrong path to the value

Apparently there was a copy & paste bug introduced in https://review.opendev.org/#/c/665750/

Change-Id: I359fcc239610df9e78ed0d490706673f37034936
This commit is contained in:
Jiří Suchomel 2019-06-19 09:31:48 +02:00
parent 8ec7e3208a
commit 2d754adf21

@ -96,7 +96,7 @@ spec:
mountPath: /etc/glance/api_audit_map.conf
subPath: api_audit_map.conf
readOnly: true
{{- if .Values.conf.congress.DEFAULT.log_config_append }}
{{- if .Values.conf.glance.DEFAULT.log_config_append }}
- name: glance-etc
mountPath: {{ .Values.conf.glance.DEFAULT.log_config_append }}
subPath: {{ base .Values.conf.glance.DEFAULT.log_config_append }}