We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 313da1c + 6e04d2c commit 30b7bceCopy full SHA for 30b7bce
helm/oauth2-proxy/Chart.yaml
@@ -1,5 +1,5 @@
1
name: oauth2-proxy
2
-version: 4.0.5
+version: 4.0.6
3
apiVersion: v2
4
appVersion: 7.1.3
5
home: https://oauth2-proxy.github.io/oauth2-proxy/
helm/oauth2-proxy/README.md
@@ -166,8 +166,8 @@ Use ```values.yaml``` like:
166
```yaml
167
...
168
extraArgs:
169
- tls-cert: /path/to/cert.pem
170
- tls-key: /path/to/cert.key
+ tls-cert-file: /path/to/cert.pem
+ tls-key-file: /path/to/cert.key
171
172
extraVolumes:
173
- name: ssl-cert
0 commit comments