Skip to content

Commit

Permalink
removed uneeded kustomization patch for system-upgrade-controller
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticaltech committed Nov 10, 2024
1 parent ac12fb2 commit 3f5eaf0
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,20 +99,6 @@ locals {
}
patch = file("${path.module}/kustomize/system-upgrade-controller.yaml")
},
{
target = {
group = "apps"
version = "v1"
kind = "Deployment"
name = "system-upgrade-controller"
namespace = "system-upgrade"
}
patch = <<-EOF
- op: replace
path: /spec/template/spec/containers/0/image
value: rancher/system-upgrade-controller:${var.sys_upgrade_controller_version}
EOF
},
{
path = "kured.yaml"
},
Expand Down

0 comments on commit 3f5eaf0

Please sign in to comment.