Skip to content

Commit 30b7bce

Browse files
Merge pull request #50 from JVecsei/main
2 parents 313da1c + 6e04d2c commit 30b7bce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

helm/oauth2-proxy/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: oauth2-proxy
2-
version: 4.0.5
2+
version: 4.0.6
33
apiVersion: v2
44
appVersion: 7.1.3
55
home: https://oauth2-proxy.github.io/oauth2-proxy/

helm/oauth2-proxy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ Use ```values.yaml``` like:
166166
```yaml
167167
...
168168
extraArgs:
169-
tls-cert: /path/to/cert.pem
170-
tls-key: /path/to/cert.key
169+
tls-cert-file: /path/to/cert.pem
170+
tls-key-file: /path/to/cert.key
171171

172172
extraVolumes:
173173
- name: ssl-cert

0 commit comments

Comments
 (0)