Alternative grafana dashboard #17
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |