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:
parent
93e3297a2f
commit
e19a9cb503
@ -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 }}
|
||||
|
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user