# 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" ...