From 0592924aba2106022d43164b62f6e36fb0c92d10 Mon Sep 17 00:00:00 2001 From: Antonio Gurgel Date: Sat, 17 Feb 2024 12:10:55 -0800 Subject: [PATCH] build from top down --- src/output.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/output.sh b/src/output.sh index f04b58c..6540f0b 100644 --- a/src/output.sh +++ b/src/output.sh @@ -36,10 +36,6 @@ while read -r line; do ln -s "$drv_path" "$target_path.drv" done < <(tr ' ' '\n' <<< "$derivation_paths") -for root in "$out"/*; do - build_kustomizations "$root" -done - -cp "$namespace_drv" "$out/00-namespaces.yaml" +cp "$namespace_drv" "$out/!namespaces.yaml" build_kustomizations "$out"