Skip to content

Commit

Permalink
Merge pull request #207 from pierluigilenoci/readme_fix
Browse files Browse the repository at this point in the history
Fixed the broken link in the README.md file
  • Loading branch information
pierluigilenoci committed May 24, 2024
2 parents 9931844 + dcddb0a commit 5569f5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helm/oauth2-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The following table lists the configurable parameters of the oauth2-proxy chart
| `authenticatedEmailsFile.persistence` | Defines how the e-mail addresses file will be projected, via a configmap or secret | `configmap` |
| `authenticatedEmailsFile.template` | Name of the configmap or secret that is handled outside of that chart | `""` |
| `authenticatedEmailsFile.restrictedUserAccessKey` | The key of the configmap or secret that holds the e-mail addresses list | `""` |
| `authenticatedEmailsFile.restricted_access` | [e-mail addresses](https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/oauth_provider#email-authentication) list config | `""` |
| `authenticatedEmailsFile.restricted_access` | [e-mail addresses](https://oauth2-proxy.github.io/oauth2-proxy/configuration/providers/#email-authentication) list config | `""` |
| `authenticatedEmailsFile.annotations` | configmap or secret annotations | `nil` |
| `config.clientID` | oauth client ID | `""` |
| `config.clientSecret` | oauth client secret | `""` |
Expand Down Expand Up @@ -137,7 +137,7 @@ The following table lists the configurable parameters of the oauth2-proxy chart
| `extraVolumeMounts` | list of extra volumeMounts | `[]` |
| `hostAliases` | hostAliases is a list of aliases to be added to /etc/hosts for network name resolution. | |
| `htpasswdFile.enabled` | enable htpasswd-file option | `false` |
| `htpasswdFile.entries` | list of [encrypted user:passwords](https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/overview#command-line-options) | `{}` |
| `htpasswdFile.entries` | list of [encrypted user:passwords](https://oauth2-proxy.github.io/oauth2-proxy/configuration/overview#command-line-options) | `{}` |
| `htpasswdFile.existingSecret` | existing Kubernetes secret to use for OAuth2 htpasswd file | `""` |
| `httpScheme` | `http` or `https`. `name` used for the port on the deployment. `httpGet` port `name` and `scheme` used for `liveness`- and `readinessProbes`. `name` and `targetPort` used for the service. | `http` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
Expand All @@ -148,7 +148,7 @@ The following table lists the configurable parameters of the oauth2-proxy chart
| `ingress.className` | name referencing IngressClass | `nil` |
| `ingress.path` | Ingress accepted path | `/` |
| `ingress.pathType` | Ingress [path type](https://kubernetes.io/docs/concepts/services-networking/ingress/#path-types) | `ImplementationSpecific` |
| `ingress.extraPaths` | Ingress extra paths to prepend to every host configuration. Useful when configuring [custom actions with AWS ALB Ingress Controller](https://kubernetes-sigs.github.io/aws-alb-ingress-controller/guide/ingress/annotation/#actions). | `[]` |
| `ingress.extraPaths` | Ingress extra paths to prepend to every host configuration. Useful when configuring [custom actions with AWS ALB Ingress Controller](https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.8/guide/ingress/annotations/). | `[]` |
| `ingress.labels` | Ingress extra labels | `{}` |
| `ingress.annotations` | Ingress annotations | `nil` |
| `ingress.hosts` | Ingress accepted hostnames | `nil` |
Expand Down Expand Up @@ -244,7 +244,7 @@ $ helm install my-release oauth2-proxy/oauth2-proxy -f values.yaml
## TLS Configuration

See: [TLS Configuration](https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/tls).
See: [TLS Configuration](https://oauth2-proxy.github.io/oauth2-proxy/configuration/tls/).
Use ```values.yaml``` like:

```yaml
Expand Down

0 comments on commit 5569f5a

Please sign in to comment.