Skip to content

Alternative grafana dashboard #17

Alternative grafana dashboard

Alternative grafana dashboard #17

Workflow file for this run

name: chart
on:
pull_request:
jobs:
helm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: yokawasa/[email protected]
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