Skip to content

Commit db8acf8

Browse files
authored
Use new kubeone flatcar template for vSphere Flatcar tests (#3903)
Signed-off-by: Artiom Diomin <artiom@kubermatic.com>
1 parent ce64b0b commit db8acf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/tests_definitions.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ var (
915915
varFile: "testdata/vsphere.tfvars",
916916
vars: []string{
917917
"disable_auto_update=true",
918-
"template_name=kkp-flatcar-3033.3",
918+
"template_name=kubeone-e2e-flatcar",
919919
},
920920
},
921921
protokol: protokolBin{
@@ -939,7 +939,7 @@ var (
939939
varFile: "testdata/vsphere.tfvars",
940940
vars: []string{
941941
"disable_auto_update=true",
942-
"template_name=kkp-flatcar-3033.3",
942+
"template_name=kubeone-e2e-flatcar",
943943
},
944944
},
945945
protokol: protokolBin{

0 commit comments

Comments
 (0)