1
0
Fork 0
mirror of https://git.sr.ht/~goorzhel/turboprop synced 2024-12-15 17:50:52 +00:00

Build top-level kustomization

I broke the `k diff -k result` premise in fdb3f5b and never noticed.
This commit is contained in:
Antonio Gurgel 2024-02-17 12:09:21 -08:00
parent e21a3f037f
commit ac32bb76ca

View file

@ -36,8 +36,6 @@ while read -r line; do
ln -s "$drv_path" "$target_path.drv" ln -s "$drv_path" "$target_path.drv"
done < <(tr ' ' '\n' <<< "$derivation_paths") done < <(tr ' ' '\n' <<< "$derivation_paths")
for root in "$out"/*; do cp "$namespace_drv" "$out/!namespaces.yaml"
build_kustomizations "$root"
done
cp "$namespace_drv" "$out/namespaces.yaml" build_kustomizations "$out"