From 388b8dc5318404b5dc00f2fda271d4606e63a9af Mon Sep 17 00:00:00 2001 From: Marco Kilchhofer Date: Wed, 3 Mar 2021 14:25:43 +0100 Subject: [PATCH] Fix chart testing workflow warning --- .github/workflows/helm-chart-lint-test.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/helm-chart-lint-test.yaml b/.github/workflows/helm-chart-lint-test.yaml index 8f19ab64b..556590881 100644 --- a/.github/workflows/helm-chart-lint-test.yaml +++ b/.github/workflows/helm-chart-lint-test.yaml @@ -26,8 +26,6 @@ jobs: - name: Set up chart-testing uses: helm/chart-testing-action@v2.0.1 - with: - config: .github/ct.yaml - name: Run chart-testing (list-changed) id: list-changed