tweaked readme

This commit is contained in:
Karim Naufal 2022-02-27 21:48:33 +01:00
parent 09ab66c699
commit 2f036800b7

View File

@ -18,7 +18,7 @@ network_ipv4_subnets = {
control_plane = "10.1.0.0/16" control_plane = "10.1.0.0/16"
subnet1 = "10.2.0.0/16" subnet1 = "10.2.0.0/16"
subnet2 = "10.3.0.0/16" subnet2 = "10.3.0.0/16"
}
agent_nodepools = { agent_nodepools = {
big = { big = {
server_type = "cpx21", server_type = "cpx21",
@ -31,7 +31,6 @@ network_ipv4_subnets = {
subnet = "subnet2", subnet = "subnet2",
} }
} }
}
# If you want to use a specific Hetzner CCM and CSI version, set them below, otherwise leave as is for the latest versions # If you want to use a specific Hetzner CCM and CSI version, set them below, otherwise leave as is for the latest versions
# hetzner_ccm_version = "" # hetzner_ccm_version = ""