Skip to content

feat: add an option to provide nameselector and scope in operator webhook #3

feat: add an option to provide nameselector and scope in operator webhook

feat: add an option to provide nameselector and scope in operator webhook #3

Workflow file for this run

## Reference: https://github.com/helm/chart-testing-action
name: Lint
on: pull_request
permissions:
contents: write
jobs:
chart-test:
name: Chart lint
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Set up Helm
uses: azure/[email protected]
with:
version: v3.14.1
- name: Run helm dependency update
run: helm dependency build ./charts/testkube
- name: Run helm-lint
run: helm lint ./charts/testkube --with-subcharts --values ./charts/testkube/values.yaml
- name: Run helm template
run: helm template ./charts/testkube