Skip to content

Helm cleanup and lint #2

Helm cleanup and lint

Helm cleanup and lint #2

Workflow file for this run

name: Helm Lint
on:
push:
branches:
- main
pull_request:
workflow_call:
jobs:
helmlint:
name: Helm Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create symlink to dummy service file
run: |
ln -s ../../../tests/helmlint/dummy-service.json cloud/helm/knowledgebase-slackbot/service.json
- name: helm-check
uses: igabaydulin/[email protected]
env:
CHART_LOCATION: cloud/helm/knowledgebase-slackbot
CHART_VALUES: tests/helmlint/dummy-values.yml