feat: updated karpenter compatibility and added scraper #13450
Workflow file for this run
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: Helm | |
| on: | |
| pull_request: | |
| branches: | |
| - "*" | |
| permissions: | |
| contents: read | |
| jobs: | |
| smoke-test: | |
| name: Verify Helm Template | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/[email protected] | |
| with: | |
| fetch-depth: 0 | |
| - uses: azure/[email protected] | |
| - run: helm template charts/console --set dashboard.app.security.csrfKey=dummycsrfkey | |
| - run: helm template plural/helm/console --set dashboard.app.security.csrfKey=dummycsrfkey |