mirror of
https://git.sr.ht/~goorzhel/turboprop
synced 2024-12-14 11:37:37 +00:00
Build top-level kustomization
I broke the `k diff -k result` premise in fdb3f5b
and never noticed.
This commit is contained in:
parent
e21a3f037f
commit
ac32bb76ca
1 changed files with 2 additions and 4 deletions
|
@ -36,8 +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/!namespaces.yaml"
|
||||
|
||||
cp "$namespace_drv" "$out/namespaces.yaml"
|
||||
build_kustomizations "$out"
|
||||
|
|
Loading…
Reference in a new issue