From fd40c5b783da6c99781b7eee58b0a684b706c692 Mon Sep 17 00:00:00 2001 From: Kashif Khan Date: Mon, 22 Jan 2024 09:32:54 +0200 Subject: [PATCH] Update kustomize phony for CAPM3 Signed-off-by: Kashif Khan --- 03_launch_mgmt_cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03_launch_mgmt_cluster.sh b/03_launch_mgmt_cluster.sh index 6fd2105d5..477c537e1 100755 --- a/03_launch_mgmt_cluster.sh +++ b/03_launch_mgmt_cluster.sh @@ -261,7 +261,7 @@ function update_capm3_imports(){ pushd "${CAPM3PATH}" # Modify the kustomization imports to use local BMO repo instead of Github Main - make hack/tools/bin/kustomize + make kustomize ./hack/tools/bin/kustomize build "${IPAMPATH}/config/default" > config/ipam/metal3-ipam-components.yaml sed -i -e "s#https://github.com/metal3-io/ip-address-manager/releases/download/v.*/ipam-components.yaml#metal3-ipam-components.yaml#" "config/ipam/kustomization.yaml"