Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-proxy

The 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
```