fix(univention-management-stack): Configure cookie banner data

This commit is contained in:
Johannes Bornhold
2023-09-04 10:36:51 +02:00
parent 2f8a298925
commit 12c931fcff

View File

@@ -8,6 +8,13 @@ umcGateway:
hostname: "{{ .Values.global.hosts.univentionManagementStack }}" hostname: "{{ .Values.global.hosts.univentionManagementStack }}"
ssoFqdn: "localhost:8097" 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: image:
registry: "{{ .Values.global.imageRegistry }}" registry: "{{ .Values.global.imageRegistry }}"
repository: "{{ .Values.images.umsUmcGateway.repository }}" repository: "{{ .Values.images.umsUmcGateway.repository }}"