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

Commit 52ceb13

Browse files
authored
Merge pull request #107 from JoshVanL/yaml-demo-deploy
Move static manifests from demo to deploy
2 parents 13c9f28 + 22edf03 commit 52ceb13

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Directions on how to deploy OIDC authentication with multi-cluster can be found
4040

4141
### Quickstart
4242

43-
Deployment yamls can be found in `./demo/yaml` and will require configuration to
43+
Deployment yamls can be found in `./deploy/yaml` and will require configuration to
4444
an exiting OIDC issuer.
4545

4646
This quickstart demo will assume you have a Kubernetes cluster without OIDC
@@ -54,7 +54,7 @@ This will create it's Deployment, Service Account and required permissions into
5454
the newly created `kube-oidc-proxy` Namespace.
5555

5656
```
57-
$ kubectl apply -f ./demo/yaml/kube-oidc-proxy.yaml
57+
$ kubectl apply -f ./deploy/yaml/kube-oidc-proxy.yaml
5858
$ kubectl get all --namespace kube-oidc-proxy
5959
```
6060

@@ -73,7 +73,7 @@ certificates can be generated through `cert-manager`, more information about
7373
this project found [here](https://github.com/jetstack/cert-manager).
7474

7575
Next, populate the OIDC authenticator Secret using the secrets given to you
76-
by your OIDC provider in `./demo/yaml/secrets.yaml`. The OIDC provider CA will be
76+
by your OIDC provider in `./deploy/yaml/secrets.yaml`. The OIDC provider CA will be
7777
different depending on which provider you are using. The easiest way to obtain
7878
the correct certificate bundle is often by opening the providers URL into a
7979
browser and fetching them there (typically output by clicking the lock icon on
@@ -85,7 +85,7 @@ your address bar). Google's OIDC provider for example requires CAs from both
8585
Apply the secret manifests.
8686

8787
```
88-
kubectl apply -f ./demo/yaml/secrets.yaml
88+
kubectl apply -f ./deploy/yaml/secrets.yaml
8989
```
9090

9191
You can restart the `kube-oidc-proxy` pod to use these new secrets

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This helm chart cannot be installed out of the box without providing own
55
configuration.
66

77
This helm chart is based on example configuration provided in `kube-oidc-proxy`
8-
[repository](https://github.com/jetstack/kube-oidc-proxy/blob/182fa79a7854bd33f3827d89e222e10c57c4aed5/demo/yaml/kube-oidc-proxy.yaml).
8+
[repository](https://github.com/jetstack/kube-oidc-proxy/blob/master/deploy/yaml/kube-oidc-proxy.yaml).
99

1010
Minimal required configuration is `oidc` section of `value.yaml` file.
1111

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)