Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 1fd1655

Browse files
committed
deploy/charts/kube-oidc-proxy: improve readme
Signed-off-by: Martin Hrabovcin <[email protected]>
1 parent acb1d73 commit 1fd1655

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/charts/kube-oidc-proxy/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ oidc:
4646
```
4747
4848
This minimal configuration gives a cluster internal IP address that can be used
49-
to use from `kubectl` to authenticate requests to Kubernetes API server.
49+
with `kubectl` to authenticate requests to Kubernetes API server.
5050

5151
The service can be exposed via ingress controller and give access to external
5252
clients. Example of exposing via ingress controller.
@@ -63,9 +63,9 @@ ingress:
6363
- /oidc-proxy
6464
```
6565

66-
By default the helm chart will create self-signed service for `kube-oidc-proxy`
66+
By default the helm chart will create self-signed TLS certificate for `kube-oidc-proxy`
6767
service. It is possible to provide secret name that contains TLS artifacts for
68-
service.
68+
service. The secret must be of `kubernetes.io/tls` type.
6969

7070
```yaml
7171
tls:

0 commit comments

Comments
 (0)