Skip to content

Commit

Permalink
switch to kubeconform-helm
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNilges committed Dec 4, 2024
1 parent f631340 commit 6a16ab1
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/helm_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,16 @@ jobs:
with:
fetch-depth: 0

- name: Validate Kubernetes manifests
uses: docker://ghcr.io/yannh/kubeconform:latest
- name: Set up Helm
uses: azure/setup-helm@20d2b4f98d41febe2bbca46408499dbb535b6258 # v3
with:
entrypoint: '/kubeconform'
args: "-summary -output json infra/helm/meshdb/"
version: v3.14.0

- name: Install Kubeconform Helm plguin
run: "helm plugin install https://github.com/jtyr/kubeconform-helm"

- name: Run Kubeconform Helm
run: "helm kubeconform --namespace meshdb infra/helm/meshdb"

chart-testing:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6a16ab1

Please sign in to comment.