From 2dab7af1b88e537f50377774b7b83177868e21ab Mon Sep 17 00:00:00 2001 From: Morgante Pell Date: Tue, 26 May 2020 17:25:12 -0400 Subject: [PATCH] chore: Added the kalm config to tests (#541) --- test/integration/beta_cluster/controls/gcloud.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/beta_cluster/controls/gcloud.rb b/test/integration/beta_cluster/controls/gcloud.rb index a31ff1cd57..64094f7efe 100644 --- a/test/integration/beta_cluster/controls/gcloud.rb +++ b/test/integration/beta_cluster/controls/gcloud.rb @@ -55,6 +55,7 @@ "kubernetesDashboard" => { "disabled" => true, }, + "kalmConfig" => {}, "networkPolicyConfig" => {}, "istioConfig" => {"auth"=>"AUTH_MUTUAL_TLS"}, "cloudRunConfig" => {},