From b40a7bf3be5bcc9960452b0ad72c6db9932f101e Mon Sep 17 00:00:00 2001 From: Alan Meadows Date: Thu, 9 Mar 2017 12:45:03 -0800 Subject: [PATCH] bugfix discrepency between etc and bin --- keystone/templates/configmap-bin.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/keystone/templates/configmap-bin.yaml b/keystone/templates/configmap-bin.yaml index 46e86e805a..75c90284eb 100644 --- a/keystone/templates/configmap-bin.yaml +++ b/keystone/templates/configmap-bin.yaml @@ -12,8 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -{{- $conf := .Values.conf.keystone -}} -{{ include "helm-toolkit.oslo_values_setup" $conf | trunc 0 }} +{{ tuple .Values.conf.keystone . | include "helm-toolkit.oslo_values_setup" | trunc 0 }} apiVersion: v1 kind: ConfigMap