fix: broken oauth2_proxy flags; change the behavior of oauth2_proxy to be used as proxy #256
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: Unit testing | |
on: pull_request | |
jobs: | |
unittest: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: d3adb5/helm-unittest-action@v2 | |
with: | |
helm-version: v3.8.0 | |
github-token: ${{ secrets.GITHUB_TOKEN }} |