From e34f94f957097bb8a53c57c2d5c27730d4fd6f73 Mon Sep 17 00:00:00 2001 From: Fabian Schindler <fabian.schindler.strauss@gmail.com> Date: Fri, 4 Dec 2020 17:05:39 +0100 Subject: [PATCH] Fixing typo in index.html template --- chart/files/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/files/index.html b/chart/files/index.html index d9e87565..8bf037a5 100644 --- a/chart/files/index.html +++ b/chart/files/index.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <meta charset="UTF-8"> -<title>{{ .Values.config.client.header | default "PRISM View Server" }}</title> +<title>{{ .Values.config.client.title | default "PRISM View Server" }}</title> <link rel="icon" href="//eox.at/wp-content/uploads/2015/06/cropped-eox_eye-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="//eox.at/wp-content/uploads/2015/06/cropped-eox_eye-180x180.png" /> </head> -- GitLab