From 12c931fcff5536116af11df1c9c0468429949fe2 Mon Sep 17 00:00:00 2001 From: Johannes Bornhold Date: Mon, 4 Sep 2023 10:36:51 +0200 Subject: [PATCH] fix(univention-management-stack): Configure cookie banner data --- .../univention-management-stack/values-umc-gateway.gotmpl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/helmfile/apps/univention-management-stack/values-umc-gateway.gotmpl b/helmfile/apps/univention-management-stack/values-umc-gateway.gotmpl index e81721c8..843d4346 100644 --- a/helmfile/apps/univention-management-stack/values-umc-gateway.gotmpl +++ b/helmfile/apps/univention-management-stack/values-umc-gateway.gotmpl @@ -8,6 +8,13 @@ umcGateway: hostname: "{{ .Values.global.hosts.univentionManagementStack }}" ssoFqdn: "localhost:8097" + showCookieBanner: true + cookieBannerTitleDE: "Cookie Zustimmung" + cookieBannerTitleEN: "Cookie Consent" + cookieBannerTextDE: "Die Nutzung dieses Angebots ist nur möglich, wenn Cookies gespeichert und verarbeitet werden können (essenzielle Cookies). Dafür benötigen wir Ihre Zustimmung. Bitte akzeptieren Sie um fortzufahren oder schließen Sie die Seite." + cookieBannerTextEN: "Usage of this site is only possible by storing and processing cookie information (essential cookies). We require your consent. Please accept to continue or close the page." + + image: registry: "{{ .Values.global.imageRegistry }}" repository: "{{ .Values.images.umsUmcGateway.repository }}"