From 77ddeb499faa57c92ead1baf6d74b0006ed10675 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 9 Jan 2020 15:47:04 -0800 Subject: [PATCH] Add empty clouds value Clouds.yaml, if it has no content, should be the empty string to avoid errors on startup. Change-Id: Ia2e6c91076990145a9f1425b014e2235de2ed9b8 --- charts/nodepool/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/nodepool/values.yaml b/charts/nodepool/values.yaml index f784e5f..64b37b9 100644 --- a/charts/nodepool/values.yaml +++ b/charts/nodepool/values.yaml @@ -7,6 +7,8 @@ launcher: enabled: true replicas: 1 +clouds: '' + config: webapp: port: 8005