Skip to content

chore: update vlcuster chart to fix coredns issue #51

chore: update vlcuster chart to fix coredns issue

chore: update vlcuster chart to fix coredns issue #51

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@v1
with:
version: v3.11.3
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Set up chart-testing
uses: helm/[email protected]
- name: Lint chart
run: ct lint --charts chart --config .github/ct-config.yml