Merge branch 'k3s-install' of github.com:kube-hetzner/kube-hetzner into k3s-install

This commit is contained in:
Karim Naufal 2022-02-17 13:22:23 +01:00
commit a91c15720e
2 changed files with 0 additions and 3 deletions

View File

@ -36,5 +36,3 @@ agents_num = 2
# If you would like to specify the k3s upgrade channel from the get go, you can do so, the default is "stable".
# For a list of available channels, see https://rancher.com/docs/k3s/latest/en/upgrades/basic/ and https://update.k3s.io/v1-release/channels
# k3s_upgrade_channel = "latest"

View File

@ -96,4 +96,3 @@ variable "automatically_upgrade_k3s" {
default = true
description = "Whether to automatically upgrade k3s based on the selected channel"
}