Support frontend config values (#17074)

Signed-off-by: Jordan Jennings <jordanjennings@users.noreply.github.com>
This commit is contained in:
Jordan Jennings
2019-09-13 05:06:29 -07:00
committed by Kubernetes Prow Robot
parent ea03e8dc3d
commit 9ad0f91dff
4 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: dex
version: 2.2.0
version: 2.3.0
appVersion: 2.18.0
description: CoreOS Dex
keywords:
+1
View File
@@ -67,6 +67,7 @@ Parameters introduced starting from v2
| `certs.web.pod.annotations` | Annotations for the pod created by the `web-certs` job | `{}` |
| `config.connectors` | Maps to the dex config `connectors` dict param | `{}` |
| `config.enablePasswordDB` | Maps to the dex config `enablePasswordDB` param | `true` |
| `config.frontend` | Maps to the dex config `frontend` dict param | `""` |
| `config.grpc.address` | dex grpc listen address | `127.0.0.1` |
| `config.grpc.tlsCert` | Maps to the dex config `grpc.tlsCert` param | `/etc/dex/tls/grpc/server/tls.crt` |
| `config.grpc.tlsClientCA` | Maps to the dex config `grpc.tlsClientCA` param | `/etc/dex/tls/grpc/ca/tls.crt` |
+3
View File
@@ -40,5 +40,8 @@ stringData:
{{- if .staticPasswords }}
staticPasswords:
{{ toYaml .staticPasswords | indent 4 }}
{{- end }}
{{- if .frontend }}
frontend: {{ toYaml .frontend | nindent 6 }}
{{- end }}
{{- end }}
+3
View File
@@ -183,3 +183,6 @@ config:
# hash: "$2a$10$2b2cU8CPhOTaGrs1HRQuAueS7JTT5ZHsHSzYiFPm1leZck7Mc8T4W"
# username: "admin"
# userID: "08a8684b-db88-4b73-90a9-3cd1661f5466"
# frontend:
# logoURL: https://example.com/yourlogo.png