Skip to content

feat: add option to turn off the issuer and cert creation in case cer… #1910

feat: add option to turn off the issuer and cert creation in case cer…

feat: add option to turn off the issuer and cert creation in case cer… #1910

Workflow file for this run

name: Lint Charts
on:
pull_request:
paths:
- helm/**
jobs:
lint-charts:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Helm
uses: azure/setup-helm@v4
- name: Lint Charts
run: |
shopt -s extglob
helm lint helm/!(*.md)