mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 15:31:38 +01:00
19 lines
518 B
Go Template
19 lines
518 B
Go Template
{{/*
|
|
SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
|
|
SPDX-License-Identifier: Apache-2.0
|
|
*/}}
|
|
---
|
|
appsuite:
|
|
core-mw:
|
|
secretYAMLFiles:
|
|
ldap-client-config.yml:
|
|
contactsLdapClient:
|
|
pool:
|
|
host:
|
|
address: {{ .Values.ldap.host | quote }}
|
|
port: 389
|
|
auth:
|
|
adminDN:
|
|
password: {{ .Values.secrets.univentionManagementStack.ldapSearch.ox | quote }}
|
|
...
|