Skip to content

Commit

Permalink
Update integration test output after #8053
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciprian Hacman committed Dec 7, 2019
1 parent 41f60dc commit a27db80
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions tests/integration/update_cluster/privatecalico/cloudformation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -1409,4 +1418,4 @@
}
}
}
}
}

0 comments on commit a27db80

Please sign in to comment.