From ad26d9f80259f6644e958f9df63b659a77c8da9c Mon Sep 17 00:00:00 2001 From: David Collom Date: Thu, 22 Aug 2024 15:33:33 +0100 Subject: [PATCH] Fix helm-build --- .github/workflows/build-helm-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-helm-chart.yaml b/.github/workflows/build-helm-chart.yaml index 6384c85..5f3f7a5 100644 --- a/.github/workflows/build-helm-chart.yaml +++ b/.github/workflows/build-helm-chart.yaml @@ -71,7 +71,7 @@ jobs: - run: helm dep update # Ensure that the chart's default values produce manifests - - run: helm template test + - run: helm template test . - if: ${{inputs.publish}} name: checkout jetstack-charts