Skip to content

Updating ingress config #4

Updating ingress config

Updating ingress config #4

Workflow file for this run

name: Lint Charts
on:
pull_request:
paths:
- 'stable/**'
workflow_dispatch:
jobs:
lint-chart:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Run chart-testing (lint)
uses: helm/chart-testing-action@main
with:
command: lint
config: .github/ct.yaml