Skip to content

Commit

Permalink
lint the helm chart (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
danfromtitan authored Aug 23, 2022
1 parent 8cc8126 commit afad8e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,15 @@ jobs:
with:
fetch-depth: 0

- run: |
- name: configure git
run: |
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "[email protected]"
- name: lint helm chart
run: |
helm lint ./charts/envars-webhook
- uses: helm/[email protected]
with:
charts_dir: charts
Expand Down
1 change: 0 additions & 1 deletion charts/envars-webhook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

Follow the instructions below to deploy the admission controller.


### Helm requirements

```bash
Expand Down

0 comments on commit afad8e3

Please sign in to comment.