From 4b4bd0697a82b62488c32093e67925aaa39762de Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Sun, 20 Feb 2022 12:23:21 +0100 Subject: [PATCH] renamed patches directory to kustomize --- master.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/master.tf b/master.tf index cfd3283..dd51aeb 100644 --- a/master.tf +++ b/master.tf @@ -100,9 +100,9 @@ resource "null_resource" "first_control_plane" { "traefik.yaml", ] patchesStrategicMerge = [ - file("${path.module}/patches/kured.yaml"), - file("${path.module}/patches/ccm.yaml"), - file("${path.module}/patches/system-upgrade-controller.yaml") + file("${path.module}/kustomize/kured.yaml"), + file("${path.module}/kustomize/ccm.yaml"), + file("${path.module}/kustomize/system-upgrade-controller.yaml") ] }) destination = "/tmp/post_install/kustomization.yaml"