Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oauth2-proxy/manifests
For hosting manifests to allow for the deployment of OAuth2-Proxy/OAuth2-Proxy
https://github.com/oauth2-proxy/manifests
Last synced: 3 months ago
JSON representation
For hosting manifests to allow for the deployment of OAuth2-Proxy/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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T12:52:05.000Z (4 months ago)
- Last Synced: 2024-07-16T15:40:04.298Z (4 months ago)
- Language: Mustache
- Size: 551 KB
- Stars: 166
- Watchers: 6
- Forks: 147
- Open Issues: 2
-
Metadata Files:
- Readme: README.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
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/oauth2-proxy)](https://artifacthub.io/packages/search?repo=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
```