From e19a9cb503535cede6fdd0317239628097a469a3 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Wed, 12 Apr 2017 01:43:03 -0500 Subject: [PATCH] Remove trailing whitespace from Keystone Chart The Keystone Chart had some extranious whitespace at the end of lines, this commit rectifies that. Change-Id: I4da8e4812a5aa92b85cc3baa3f76d08ba5967091 --- keystone/templates/deployment.yaml | 2 +- keystone/templates/job-db-sync.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/keystone/templates/deployment.yaml b/keystone/templates/deployment.yaml index 78892746d6..12ce4a6891 100644 --- a/keystone/templates/deployment.yaml +++ b/keystone/templates/deployment.yaml @@ -74,7 +74,7 @@ spec: readinessProbe: tcpSocket: port: {{ .Values.network.api.port }} - volumeMounts: + volumeMounts: {{ toYaml $mounts_keystone_api.volumeMounts | indent 12 }} volumes: {{ toYaml $mounts_keystone_api.volumes | indent 8 }} diff --git a/keystone/templates/job-db-sync.yaml b/keystone/templates/job-db-sync.yaml index 02d0328ef2..8cc8f1f745 100644 --- a/keystone/templates/job-db-sync.yaml +++ b/keystone/templates/job-db-sync.yaml @@ -47,7 +47,7 @@ spec: command: - bash - /tmp/db-sync.sh - volumeMounts: + volumeMounts: {{ toYaml $mounts_keystone_db_sync.volumeMounts | indent 12 }} volumes: -{{ toYaml $mounts_keystone_db_sync.volumes | indent 8 }} \ No newline at end of file +{{ toYaml $mounts_keystone_db_sync.volumes | indent 8 }}