Skip to content

Update template.yaml #4

Update template.yaml

Update template.yaml #4

Workflow file for this run

## Reference: https://github.com/helm/chart-testing-action
name: Lint
on:
push:
branches:
- develop
pull_request:
types: [opened, reopened]
jobs:
chart-test:
name: Helm Template
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: v3.14.1
- name: Dependency build
run: |
helm dependency build ./charts/testkube
helm lint ./charts/testkube
helm tenplate ./charts/testkube
# - name: helm-check
# uses: igabaydulin/[email protected]
# env:
# CHART_LOCATION: ./charts/testkube