https://github.com/oauth2-proxy/manifests
Helm charts to allow for the deployment of OAuth2-Proxy
https://github.com/oauth2-proxy/manifests
Last synced: 4 months ago
JSON representation
Helm charts to allow for the deployment of OAuth2-Proxy
- Host: GitHub
- URL: https://github.com/oauth2-proxy/manifests
- Owner: oauth2-proxy
- License: apache-2.0
- Created: 2020-10-22T19:14:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-25T13:33:53.000Z (4 months ago)
- Last Synced: 2025-02-25T14:38:41.271Z (4 months ago)
- Language: Mustache
- Homepage:
- Size: 647 KB
- Stars: 185
- Watchers: 7
- Forks: 160
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# manifests
For hosting manifests to allow for the deployment of OAuth2-Proxy/OAuth2-Proxy
## Helm Chart
[](https://artifacthub.io/packages/helm/oauth2-proxy/oauth2-proxy)
__repository:__ https://oauth2-proxy.github.io/manifests
__name:__ oauth2-proxyThe helm chart in this repo is based on the community chart from the deprecated [helm/stable repo](https://github.com/helm/charts/tree/master/stable/oauth2-proxy)
Linting/validation uses the [helm/chart-testing tool](https://github.com/helm/chart-testing). To run it locally you need to place [two schema files](https://github.com/helm/chart-testing/blob/master/etc/lintconf.yaml) in `~/.ct` or `/etc/ct`.
```bash
ct lint --all --config ct.yaml
ct install --all --config ct.yaml
```