1
0
Fork 0
mirror of https://git.sr.ht/~goorzhel/turboprop synced 2024-12-14 11:37:37 +00:00
This commit is contained in:
Antonio Gurgel 2024-07-21 19:49:29 -07:00
parent 3387c7e803
commit d049fc5026

View file

@ -31,7 +31,7 @@ build_kustomizations() {
# in which case, don't bother.
if [ -f EXTRA.yaml ]; then
all_yaml=$(mktemp)
cat SERVICE.yaml <(echo "---") EXTRA.YAML > "$all_yaml"
cat SERVICE.yaml <(echo "---") EXTRA.yaml > "$all_yaml"
else
all_yaml=SERVICE.yaml
fi