diff --git a/.gitea/workflows/lint-test-helm.yaml b/.gitea/workflows/lint-test-helm.yaml index 1de003fa5..f9813c72c 100644 --- a/.gitea/workflows/lint-test-helm.yaml +++ b/.gitea/workflows/lint-test-helm.yaml @@ -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