merge from upstream

This commit is contained in:
jodhi
2022-02-26 01:18:34 +07:00
8 changed files with 61 additions and 21 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"
}