Skip to content

Commit

Permalink
more ol fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jgotteswinter committed Apr 18, 2023
1 parent 40e6df7 commit 51670b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cmd/initcmd/providers.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ var (
Name: "os",
Description: "Operating system to use for this cluster",
DefaultValue: osUbuntu.Name,
Choices: []terraformVariableChoice{osUbuntu, osCentos, osRockyLinu, osOracleLinux, osRHEL, osFlatcar},
Choices: []terraformVariableChoice{osUbuntu, osCentos, osRockyLinux, osOracleLinux, osRHEL, osFlatcar},
},
},
},
Expand Down Expand Up @@ -234,7 +234,7 @@ var (
Name: "worker_os",
Description: "Operating system of the provided image",
DefaultValue: osUbuntu.Name,
Choices: []terraformVariableChoice{osUbuntu, osCentos, osRockyLinux, osRHEL, osFlatcar, osAmazonLinux2},
Choices: []terraformVariableChoice{osUbuntu, osCentos, osRockyLinux, osOracleLinux, osRHEL, osFlatcar, osAmazonLinux2},
},
},
cloudConfig: heredoc.Doc(`
Expand Down

0 comments on commit 51670b9

Please sign in to comment.