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:
@@ -96,7 +96,7 @@ spec:
|
|||||||
mountPath: /etc/glance/api_audit_map.conf
|
mountPath: /etc/glance/api_audit_map.conf
|
||||||
subPath: api_audit_map.conf
|
subPath: api_audit_map.conf
|
||||||
readOnly: true
|
readOnly: true
|
||||||
{{- if .Values.conf.congress.DEFAULT.log_config_append }}
|
{{- if .Values.conf.glance.DEFAULT.log_config_append }}
|
||||||
- name: glance-etc
|
- name: glance-etc
|
||||||
mountPath: {{ .Values.conf.glance.DEFAULT.log_config_append }}
|
mountPath: {{ .Values.conf.glance.DEFAULT.log_config_append }}
|
||||||
subPath: {{ base .Values.conf.glance.DEFAULT.log_config_append }}
|
subPath: {{ base .Values.conf.glance.DEFAULT.log_config_append }}
|
||||||
|
Reference in New Issue
Block a user