Skip to content

chore(helm): replace README with helm-docs generated file to keep values in sync #87

chore(helm): replace README with helm-docs generated file to keep values in sync

chore(helm): replace README with helm-docs generated file to keep values in sync #87

Workflow file for this run

name: Helm Unit Tests
on:
pull_request:
branches:
- release
paths:
- "deploy/helm/**"
workflow_dispatch:
jobs:
unittest:
runs-on: ubuntu-latest
defaults:
run:
working-directory: deploy/helm
shell: bash
steps:
- name: Checkout the code
uses: actions/checkout@v4
- name: Unittest
run: |
docker run --rm -v $(pwd):/apps helmunittest/helm-unittest .