Skip to content

Commit 81e7358

Browse files
committed
ready for new release
1 parent cb01269 commit 81e7358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ resource "null_resource" "kustomization" {
9595
patchesStrategicMerge = concat(
9696
[
9797
file("${path.module}/kustomize/kured.yaml"),
98-
file("${path.module}/kustomize/ccm.yaml"),
99-
file("${path.module}/kustomize/system-upgrade-controller.yaml")
98+
file("${path.module}/kustomize/system-upgrade-controller.yaml"),
99+
"ccm.yaml",
100100
],
101101
var.cni_plugin == "calico" ? [file("${path.module}/kustomize/calico.yaml")] : []
102102
)

0 commit comments

Comments
 (0)