Add empty clouds value

Clouds.yaml, if it has no content, should be the empty string to
avoid errors on startup.

Change-Id: Ia2e6c91076990145a9f1425b014e2235de2ed9b8
This commit is contained in:
James E. Blair 2020-01-09 15:47:04 -08:00
parent f8be13faf1
commit 77ddeb499f

View File

@ -7,6 +7,8 @@ launcher:
enabled: true enabled: true
replicas: 1 replicas: 1
clouds: ''
config: config:
webapp: webapp:
port: 8005 port: 8005