Skip to content

Commit 4c88a8b

Browse files
author
Joshua Vécsei
committed
fixed TLS extraArgs in README
1 parent 313da1c commit 4c88a8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)