From e14cffb1bf93a310f1c9233543851112de601b83 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 6 Dec 2025 20:58:31 -0600 Subject: [PATCH] change order --- .gitea/workflows/render-manifests-automerge.yaml | 2 +- .gitea/workflows/render-manifests-dispatch.yaml | 2 +- .gitea/workflows/render-manifests-merge.yaml | 2 +- .gitea/workflows/render-manifests-push.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/render-manifests-automerge.yaml b/.gitea/workflows/render-manifests-automerge.yaml index b27313460..7783f9048 100644 --- a/.gitea/workflows/render-manifests-automerge.yaml +++ b/.gitea/workflows/render-manifests-automerge.yaml @@ -191,7 +191,7 @@ jobs: echo "" echo ">> Formating rendered template ..." - echo "$TEMPLATE" | yq 'select(. != null)' | yq '... comments=""' | yq -s '"'"$OUTPUT_FOLDER"'" + .kind + "-" + .metadata.name + ".yaml"' + echo "$TEMPLATE" | yq '... comments=""' | yq 'select(. != null)' | yq -s '"'"$OUTPUT_FOLDER"'" + .kind + "-" + .metadata.name + ".yaml"' echo "" echo ">> Manifests for $chart_name rendered to $OUTPUT_FOLDER" diff --git a/.gitea/workflows/render-manifests-dispatch.yaml b/.gitea/workflows/render-manifests-dispatch.yaml index 9f83a5e0a..4b391008c 100644 --- a/.gitea/workflows/render-manifests-dispatch.yaml +++ b/.gitea/workflows/render-manifests-dispatch.yaml @@ -176,7 +176,7 @@ jobs: echo "" echo ">> Formating rendered template ..." - echo "$TEMPLATE" | yq 'select(. != null)' | yq '... comments=""' | yq -s '"'"$OUTPUT_FOLDER"'" + .kind + "-" + .metadata.name + ".yaml"' + echo "$TEMPLATE" | yq '... comments=""' | yq 'select(. != null)' | yq -s '"'"$OUTPUT_FOLDER"'" + .kind + "-" + .metadata.name + ".yaml"' echo "" echo ">> Manifests for $chart_name rendered to $OUTPUT_FOLDER" diff --git a/.gitea/workflows/render-manifests-merge.yaml b/.gitea/workflows/render-manifests-merge.yaml index a2e843856..590d5b257 100644 --- a/.gitea/workflows/render-manifests-merge.yaml +++ b/.gitea/workflows/render-manifests-merge.yaml @@ -196,7 +196,7 @@ jobs: echo "" echo ">> Formating rendered template ..." - echo "$TEMPLATE" | yq 'select(. != null)' | yq '... comments=""' | yq -s '"'"$OUTPUT_FOLDER"'" + .kind + "-" + .metadata.name + ".yaml"' + echo "$TEMPLATE" | yq '... comments=""' | yq 'select(. != null)' | yq -s '"'"$OUTPUT_FOLDER"'" + .kind + "-" + .metadata.name + ".yaml"' echo "" echo ">> Manifests for $chart_name rendered to $OUTPUT_FOLDER" diff --git a/.gitea/workflows/render-manifests-push.yaml b/.gitea/workflows/render-manifests-push.yaml index 69fcfe8f9..7450954a0 100644 --- a/.gitea/workflows/render-manifests-push.yaml +++ b/.gitea/workflows/render-manifests-push.yaml @@ -194,7 +194,7 @@ jobs: echo "" echo ">> Formating rendered template ..." - echo "$TEMPLATE" | yq 'select(. != null)' | yq '... comments=""' | yq -s '"'"$OUTPUT_FOLDER"'" + .kind + "-" + .metadata.name + ".yaml"' + echo "$TEMPLATE" | yq '... comments=""' | yq 'select(. != null)' | yq -s '"'"$OUTPUT_FOLDER"'" + .kind + "-" + .metadata.name + ".yaml"' echo "" echo ">> Manifests for $chart_name rendered to $OUTPUT_FOLDER"