specify ingress path port on path instead of on service #29
This file contains hidden or 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: Test wandb-base Chart | |
| on: | |
| pull_request: | |
| paths: | |
| - charts/wandb-base/** | |
| - test-configs/wandb-base/** | |
| jobs: | |
| snapshots: | |
| name: Snapshot testing | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Set up Helm | |
| uses: azure/[email protected] | |
| with: | |
| version: v3.17.0 | |
| - name: Helm snapshot build and test | |
| run: | | |
| helm plugin install https://github.com/origranot/helm-cascade | |
| helm cascade build ./charts/wandb-base/ | |
| helm plugin install https://github.com/jlandowner/helm-chartsnap | |
| ./snapshots.sh run wandb-base |