Skip to content

Commit

Permalink
Merge pull request #274 from kaushall/patch-1
Browse files Browse the repository at this point in the history
Fixed incorrect helm template syntax in README.md
  • Loading branch information
pierluigilenoci authored Jan 8, 2025
2 parents 76e6b86 + 2bcc0c1 commit 320ba8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions helm/oauth2-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: oauth2-proxy
version: 7.9.0
version: 7.9.1
apiVersion: v2
appVersion: 7.7.1
home: https://oauth2-proxy.github.io/oauth2-proxy/
Expand Down Expand Up @@ -34,8 +34,8 @@ maintainers:
kubeVersion: ">=1.16.0-0"
annotations:
artifacthub.io/changes: |
- kind: added
description: allow requests to be directed to sidecar first
- kind: fixed
description: fixed incorrect helm template syntax in readme.md
links:
- name: Github PR
url: https://github.com/oauth2-proxy/manifests/pull/270
url: https://github.com/oauth2-proxy/manifests/pull/274
4 changes: 2 additions & 2 deletions helm/oauth2-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ extraObjects:
<html>
<body>
<h1>error</h1>
<p>{{.StatusCode}}</p>
<p>{{`{{ .StatusCode }}`}}</p>
</body>
</html>
```
Expand Down Expand Up @@ -360,4 +360,4 @@ config:
```

## Route requests to sidecar container
You can route requests to a sidecar container first by setting the `service.targetPort` variable. The possible values for the targetPort field of a Kubernetes Service can be either a port number or the name of a port defined in the pod. By default, the service's `targetPort` value equals to `httpSchema`'s.
You can route requests to a sidecar container first by setting the `service.targetPort` variable. The possible values for the targetPort field of a Kubernetes Service can be either a port number or the name of a port defined in the pod. By default, the service's `targetPort` value equals to `httpSchema`'s.

0 comments on commit 320ba8d

Please sign in to comment.