Skip to content

Commit

Permalink
fixup! fix: do not uninstall k3s during upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
xunleii committed May 31, 2020
1 parent 9f18abb commit 4686375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent_nodes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ resource null_resource agents_install {
depends_on = [null_resource.servers_install]
triggers = {
on_immutable_changes = local.agents_metadata[each.key].immutable_fields_hash
on_new_version = local.k3s_version
on_new_version = local.k3s_version
}

connection {
Expand Down
2 changes: 1 addition & 1 deletion server_nodes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ resource null_resource servers_install {
depends_on = [var.depends_on_]
triggers = {
on_immutable_changes = local.servers_metadata[each.key].immutable_fields_hash
on_new_version = local.k3s_version
on_new_version = local.k3s_version
}

connection {
Expand Down

0 comments on commit 4686375

Please sign in to comment.