Skip to content

Commit

Permalink
♻️ chart linting syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mshade committed Sep 12, 2023
1 parent ea645ec commit 762eb34
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/chart-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,14 @@ jobs:

- name: Run chart-testing (lint)
run: |
ct lint --chart-dirs chart \
--charts kronic \
--target-branch ${{ github.event.repository.default_branch }}
ct lint --charts chart/kronic --target-branch ${{ github.event.repository.default_branch }}
- name: Create kind cluster
uses: helm/[email protected]

- name: Run chart-testing (install)
run: |
ct install --chart-dirs chart \
ct install --charts chart/kronic \
--helm-extra-args '--timeout 60s' \
--target-branch ${{ github.event.repository.default_branch }}
Expand Down

0 comments on commit 762eb34

Please sign in to comment.