Allows for adding labels to the generated deployments, services, and jobs #34
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# https://github.com/marketplace/actions/helm-unit-tests | |
name: Run Helm unit tests | |
"on": | |
pull_request: | |
branches: | |
- main | |
paths: | |
- deploy/charts/** | |
permissions: {} | |
jobs: | |
unittest: | |
runs-on: ubuntu-latest | |
permissions: | |
# required to read from the repo | |
contents: read | |
steps: | |
- uses: actions/checkout@v4 | |
# - uses: d3adb5/helm-unittest-action@v2 | |
# with: | |
# helm-version: v3.15.3 |