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
This commit is contained in:
Pete Birley 2017-04-12 01:43:03 -05:00
parent 93e3297a2f
commit e19a9cb503
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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 }}
{{ toYaml $mounts_keystone_db_sync.volumes | indent 8 }}