Skip to content

Commit 51670b9

Browse files
committed
more ol fixes
1 parent 40e6df7 commit 51670b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cmd/initcmd/providers.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ var (
118118
Name: "os",
119119
Description: "Operating system to use for this cluster",
120120
DefaultValue: osUbuntu.Name,
121-
Choices: []terraformVariableChoice{osUbuntu, osCentos, osRockyLinu, osOracleLinux, osRHEL, osFlatcar},
121+
Choices: []terraformVariableChoice{osUbuntu, osCentos, osRockyLinux, osOracleLinux, osRHEL, osFlatcar},
122122
},
123123
},
124124
},
@@ -234,7 +234,7 @@ var (
234234
Name: "worker_os",
235235
Description: "Operating system of the provided image",
236236
DefaultValue: osUbuntu.Name,
237-
Choices: []terraformVariableChoice{osUbuntu, osCentos, osRockyLinux, osRHEL, osFlatcar, osAmazonLinux2},
237+
Choices: []terraformVariableChoice{osUbuntu, osCentos, osRockyLinux, osOracleLinux, osRHEL, osFlatcar, osAmazonLinux2},
238238
},
239239
},
240240
cloudConfig: heredoc.Doc(`

0 commit comments

Comments
 (0)