From 2d754adf212476e9752f09626123e9571a6e5941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Suchomel?= Date: Wed, 19 Jun 2019 09:31:48 +0200 Subject: [PATCH] Fixed wrong path to the value Apparently there was a copy & paste bug introduced in https://review.opendev.org/#/c/665750/ Change-Id: I359fcc239610df9e78ed0d490706673f37034936 --- glance/templates/deployment-registry.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance/templates/deployment-registry.yaml b/glance/templates/deployment-registry.yaml index 05964dc16e..cf35545355 100644 --- a/glance/templates/deployment-registry.yaml +++ b/glance/templates/deployment-registry.yaml @@ -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 }}