Skip to content

Commit 320ba8d

Browse files
Merge pull request #274 from kaushall/patch-1
Fixed incorrect helm template syntax in README.md
2 parents 76e6b86 + 2bcc0c1 commit 320ba8d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

helm/oauth2-proxy/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: oauth2-proxy
2-
version: 7.9.0
2+
version: 7.9.1
33
apiVersion: v2
44
appVersion: 7.7.1
55
home: https://oauth2-proxy.github.io/oauth2-proxy/
@@ -34,8 +34,8 @@ maintainers:
3434
kubeVersion: ">=1.16.0-0"
3535
annotations:
3636
artifacthub.io/changes: |
37-
- kind: added
38-
description: allow requests to be directed to sidecar first
37+
- kind: fixed
38+
description: fixed incorrect helm template syntax in readme.md
3939
links:
4040
- name: Github PR
41-
url: https://github.com/oauth2-proxy/manifests/pull/270
41+
url: https://github.com/oauth2-proxy/manifests/pull/274

helm/oauth2-proxy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ extraObjects:
332332
<html>
333333
<body>
334334
<h1>error</h1>
335-
<p>{{.StatusCode}}</p>
335+
<p>{{`{{ .StatusCode }}`}}</p>
336336
</body>
337337
</html>
338338
```
@@ -360,4 +360,4 @@ config:
360360
```
361361

362362
## Route requests to sidecar container
363-
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.
363+
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 commit comments

Comments
 (0)