Skip to content

Commit

Permalink
typo fix in kube.tf.example
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticaltech committed Jan 25, 2023
1 parent 39f4a9b commit 2473798
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kube.tf.example
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,9 @@ module "kube-hetzner" {
# You can enable cert-manager (installed by Helm behind the scenes) with the following flag, the default is "false".
# enable_cert_manager = true

# By default we use a a mirror is automatically chosen for you, but if somehow you get a bad one, you can set the one you want manually.
# You can find a working mirror for you at https://download.opensuse.org/tumbleweed/appliances/openSUSE-MicroOS.x86_64-OpenStack-Cloud.qcow2.mirrorlist,
# Or use the one in the example below, that has proven to be solid from most locations.
# By default a mirror is automatically chosen for you, but if you get a bad one (it rarely happens), you can set the one you want manually.
# You can find a working mirror at https://download.opensuse.org/tumbleweed/appliances/openSUSE-MicroOS.x86_64-OpenStack-Cloud.qcow2.mirrorlist,
# Or just use the one in the example below, that has proven to be a solid one from most locations.
# opensuse_microos_mirror_link = "https://ftp.gwdg.de/pub/opensuse/repositories/devel:/kubic:/images/openSUSE_Tumbleweed/openSUSE-MicroOS.x86_64-OpenStack-Cloud.qcow2"

# IP Addresses to use for the DNS Servers, set to an empty list to use the ones provided by Hetzner, defaults to ["1.1.1.1", " 1.0.0.1", "8.8.8.8"].
Expand Down

0 comments on commit 2473798

Please sign in to comment.