From a27db809c94eaa68e84a62e0f30187106c4385d6 Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Sat, 7 Dec 2019 06:08:23 +0200 Subject: [PATCH] Update integration test output after #8053 --- .../privatecalico/cloudformation.json | 21 +++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/tests/integration/update_cluster/privatecalico/cloudformation.json b/tests/integration/update_cluster/privatecalico/cloudformation.json index 280d6318c32aa..f8a998c94b370 100644 --- a/tests/integration/update_cluster/privatecalico/cloudformation.json +++ b/tests/integration/update_cluster/privatecalico/cloudformation.json @@ -333,11 +333,20 @@ "SubnetId": { "Ref": "AWSEC2Subnetutilityustest1aprivatecalicoexamplecom" }, - "tags": { - "KubernetesCluster": "privatecalico.example.com", - "Name": "us-test-1a.privatecalico.example.com", - "kubernetes.io/cluster/privatecalico.example.com": "owned" - } + "Tags": [ + { + "Key": "KubernetesCluster", + "Value": "privatecalico.example.com" + }, + { + "Key": "Name", + "Value": "us-test-1a.privatecalico.example.com" + }, + { + "Key": "kubernetes.io/cluster/privatecalico.example.com", + "Value": "owned" + } + ] } }, "AWSEC2Route00000": { @@ -1409,4 +1418,4 @@ } } } -} \ No newline at end of file +}