We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1d5b4c + cab73bd commit dd9be25Copy full SHA for dd9be25
locals.tf
@@ -99,20 +99,6 @@ locals {
99
}
100
patch = file("${path.module}/kustomize/system-upgrade-controller.yaml")
101
},
102
- {
103
- target = {
104
- group = "apps"
105
- version = "v1"
106
- kind = "Deployment"
107
- name = "system-upgrade-controller"
108
- namespace = "system-upgrade"
109
- }
110
- patch = <<-EOF
111
- - op: replace
112
- path: /spec/template/spec/containers/0/image
113
- value: rancher/system-upgrade-controller:${var.sys_upgrade_controller_version}
114
- EOF
115
- },
116
{
117
path = "kured.yaml"
118
0 commit comments