From afad8e381d722a2f401755d409a55ca5afa66e65 Mon Sep 17 00:00:00 2001 From: Dan Constantinescu Date: Tue, 23 Aug 2022 12:58:12 -0400 Subject: [PATCH] lint the helm chart (#14) --- .github/workflows/build-image.yml | 7 ++++++- charts/envars-webhook/README.md | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index d0eebbd..42c2d79 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -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 "$GITHUB_ACTOR@users.noreply.github.com" + - name: lint helm chart + run: | + helm lint ./charts/envars-webhook + - uses: helm/chart-releaser-action@v1.4.0 with: charts_dir: charts diff --git a/charts/envars-webhook/README.md b/charts/envars-webhook/README.md index 40f5587..6064fe3 100644 --- a/charts/envars-webhook/README.md +++ b/charts/envars-webhook/README.md @@ -2,7 +2,6 @@ Follow the instructions below to deploy the admission controller. - ### Helm requirements ```bash