Skip to content

fix: expose api client opts in env vars #26

fix: expose api client opts in env vars

fix: expose api client opts in env vars #26

Workflow file for this run

name: Helm Lint and Test
on:
pull_request:
paths:
- 'charts/argo-diff/**'
- '.github/workflows/helm.yml'
jobs:
unittest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: d3adb5/helm-unittest-action@v2
with:
charts: charts/argo-diff
unittest-version: "0.3.4"
helm-version: "3.13.1"
- run: helm lint charts/argo-diff