Merge "Fixed wrong path to the value"

This commit is contained in:
Zuul 2019-06-19 20:32:24 +00:00 committed by Gerrit Code Review
commit a8c8b74f69

View File

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