ability to chose k3s install channel

This commit is contained in:
Karim Naufal
2022-02-23 21:35:42 +01:00
parent 40ce7b09a3
commit 0b19d36416
5 changed files with 14 additions and 10 deletions

View File

@@ -110,7 +110,7 @@ resource "null_resource" "kustomization" {
content = templatefile(
"${path.module}/templates/plans.yaml.tpl",
{
channel = var.k3s_upgrade_channel
channel = var.initial_k3s_channel
})
destination = "/tmp/post_install/plans.yaml"
}