mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 15:31:38 +01:00
56 lines
1.3 KiB
Go Template
56 lines
1.3 KiB
Go Template
# SPDX-FileCopyrightText: 2025 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
# The variables set in this file are required to upgrade components to their "Enterprise" product variant.
|
|
---
|
|
externalSecrets:
|
|
ai:
|
|
apiKey:
|
|
name: "a"
|
|
key: "aiapikey"
|
|
databases:
|
|
notes:
|
|
password:
|
|
name: "a"
|
|
key: "notesDatabasePassword"
|
|
user:
|
|
name: "a"
|
|
key: "notesDatabaseUser"
|
|
keycloak:
|
|
clientSecret:
|
|
notes:
|
|
name: "a"
|
|
key: "keycloaknotes"
|
|
notes:
|
|
collaborationSecret:
|
|
name: "a"
|
|
key: "notesCollaborationSecret"
|
|
django:
|
|
secretKey:
|
|
name: "a"
|
|
key: "notesDjangoSecretKey"
|
|
superuserEmail:
|
|
name: "a"
|
|
key: "notessuperuserEmail"
|
|
superuserPassword:
|
|
name: "a"
|
|
key: "notessuperuserPassword"
|
|
redisUrl:
|
|
name: "a"
|
|
key: "notesredisurl"
|
|
objectstores:
|
|
notes:
|
|
s3AccessKeyId:
|
|
name: "a"
|
|
key: "objectstoresNotesS3AccessKeyId"
|
|
s3SecretAccessKey:
|
|
name: "a"
|
|
key: "objectstoresNotesS3SecretAccessKey"
|
|
postfix:
|
|
opendeskSystemPassword:
|
|
name: "a"
|
|
key: "postfixopendeskSystemPassword"
|
|
opendeskSystemUsername:
|
|
name: "a"
|
|
key: "postfixopendeskSystemUsername"
|
|
...
|