Skip to content

Commit 4d28083

Browse files
erkanntSeWieland
andauthored
add link to helm repo to readme (#11)
* add link to helm repo to readme closes #6 * include helm repo add with correct url in Chart readme * Update helm/oauth2-proxy/README.md Co-authored-by: SeWieland <[email protected]> Co-authored-by: SeWieland <[email protected]>
1 parent 4a23b04 commit 4d28083

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ For hosting manifests to allow for the deployment of OAuth2-Proxy/OAuth2-Proxy
44

55
## Helm Chart
66

7+
__repository:__ https://oauth2-proxy.github.io/manifests
8+
__name:__ oauth2-proxy
9+
10+
711
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)
812

913
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`.

helm/oauth2-proxy/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
## TL;DR;
66

77
```console
8-
$ helm install stable/oauth2-proxy
8+
$ helm repo add oauth2-proxy https://oauth2-proxy.github.io/manifests
9+
$ helm install oauth2-proxy/oauth2-proxy
910
```
1011

1112
## Introduction

0 commit comments

Comments
 (0)