From 81e73580db795484c00ed0a1dadc836cd0e437f8 Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Wed, 4 May 2022 03:39:51 +0200 Subject: [PATCH] ready for new release --- init.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.tf b/init.tf index bd3cc2d..80d26e5 100644 --- a/init.tf +++ b/init.tf @@ -95,8 +95,8 @@ resource "null_resource" "kustomization" { patchesStrategicMerge = concat( [ file("${path.module}/kustomize/kured.yaml"), - file("${path.module}/kustomize/ccm.yaml"), - file("${path.module}/kustomize/system-upgrade-controller.yaml") + file("${path.module}/kustomize/system-upgrade-controller.yaml"), + "ccm.yaml", ], var.cni_plugin == "calico" ? [file("${path.module}/kustomize/calico.yaml")] : [] )