Luzilla/dnsbl_exporter

View on GitHub
.github/workflows/chart.yml

Summary

Maintainability
Test Coverage
name: chart

on:
  pull_request:

jobs:
  helm:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v4
    - uses: yokawasa/action-setup-kube-tools@v0.11.1
      with:
        setup-tools: |
          helm
    - run: helm lint --strict --quiet ./chart
    - name: default install with unbound
      run: helm template --debug ./chart
    - name: install without unbound
      run: helm template --debug --set unbound.enabled=false --set config.resolver=system ./chart