mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-08 00:11:38 +01:00
17 lines
360 B
YAML
17 lines
360 B
YAML
# SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
---
|
|
config:
|
|
administrator:
|
|
username: "nextcloud"
|
|
|
|
apps:
|
|
integrationSwp:
|
|
username: "phoenixusername"
|
|
userOidc:
|
|
username: "ncoidc"
|
|
|
|
cleanup:
|
|
deletePodsOnSuccess: false
|
|
...
|