mirror of https://github.com/kubernetes/kops.git
Ignore lack of tags on launch templates
This commit is contained in:
parent
54c280eed5
commit
f4cecc58ac
|
|
@ -247,6 +247,7 @@ func runLifecycleTest(h *testutils.IntegrationTestHarness, o *LifecycleTestOptio
|
||||||
switch resource {
|
switch resource {
|
||||||
case "ami":
|
case "ami":
|
||||||
case "sshkey":
|
case "sshkey":
|
||||||
|
case "lt":
|
||||||
// ignore
|
// ignore
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue