diff --git a/.github/workflows/helm-ci.yml b/.github/workflows/helm-ci.yml index 779a541..2b94ed0 100644 --- a/.github/workflows/helm-ci.yml +++ b/.github/workflows/helm-ci.yml @@ -30,8 +30,7 @@ jobs: - name: Set up Chart Testing uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # tag=v2.6.1 - name: Lint Chart - run: |- - ct lint + run: ct lint --config ct.yaml test: name: Test @@ -51,7 +50,5 @@ jobs: uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # tag=v2.6.1 - name: Create Kind Cluster uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # tag=v1.8.0 - - name: Lint - run: ct lint - name: Test - run: ct install --debug \ No newline at end of file + run: ct install --config ct.yaml --debug \ No newline at end of file