ci: reconfigure
All checks were successful
renovate / renovate (push) Successful in 2m14s

This commit is contained in:
2026-04-12 20:01:52 -05:00
parent ad100879b5
commit b89e24c8d1

View File

@@ -511,7 +511,7 @@ jobs:
done
echo ""
echo ">> Templates in outpute folder: ${OUTPUT_FOLDER}"
echo ">> Templates in output folder: ${OUTPUT_FOLDER}"
ls ${OUTPUT_FOLDER}
done
@@ -530,11 +530,14 @@ jobs:
for APP_NAME in ${CHANGED_CHARTS}; do
echo ">> Running argocd app diff for ${APP_NAME} ..."
echo ">> Comparing against manifests in: clusters/${CLUSTER}/manifests/${APP_NAME}/"
ls -ld "clusters/${CLUSTER}/manifests/${APP_NAME}/"
argocd app diff "${APP_NAME}" \
--server "${ARGOCD_SERVER}" \
--revision ${{ gitea.sha }} \
--diff-exit-code 0 \
--local clusters/${CLUSTER}/manifests/${APP_NAME}/ \
--local "clusters/${CLUSTER}/manifests/${APP_NAME}/" \
--grpc-web > diff_output_${APP_NAME}.txt
if [ -s "diff_output_${APP_NAME}.txt" ]; then