Files
opendesk/helmfile/environments/default/external_secrets.yaml.gotmpl
Axel Lender 38afa2a654 feat(helmfile): Test external secrets
Signed-off-by: Axel Lender <lender@b1-systems.de>
2025-08-14 14:11:37 +02:00

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