From 595620ab6994c5af0d0e9099389a191ac171044c Mon Sep 17 00:00:00 2001 From: Jackson Coelho Date: Tue, 14 Jan 2025 12:29:48 +0100 Subject: [PATCH] fix step --- .github/workflows/helm-diff-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-diff-ci.yml b/.github/workflows/helm-diff-ci.yml index 7fdbdc448e504..b72632963943c 100644 --- a/.github/workflows/helm-diff-ci.yml +++ b/.github/workflows/helm-diff-ci.yml @@ -42,7 +42,7 @@ jobs: env: HELM_DIFF_USE_UPGRADE_DRY_RUN: true run: | - helm diff upgrade loki-release -f production/helm/loki/scenarios/default-single-binary-values.yaml production/helm/loki > helm_diff_output.txt + helm diff upgrade loki-release -f production/helm/loki/scenarios/default-single-binary-values.yaml production/helm/loki | tee helm_diff_output.txt - name: Parse Helm Diff Output id: parse_diff