Files
opendesk/helmfile/environments/default/external_secrets.yaml.gotmpl
2025-10-10 12:43:00 +02:00

103 lines
1.7 KiB
Go Template

{{/*
SPDX-FileCopyrightText: 2025 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH
SPDX-License-Identifier: Apache-2.0
*/}}
---
externalSecrets:
cache:
nextcloudUsername:
name: ~
key: ~
nextcloudPassword:
name: ~
key: ~
cassandra:
initDBSecret: ~
existingSecret:
name: ~
passwordKey: ~
centralnavigation:
apiKey:
name: ~
key: ~
certificates:
password :
name: ~
key: ~
collabora:
existingSecret:
name: ~
passwordKey: ~
usernameKey: ~
databases:
nextcloud:
password:
name: ~
key: ~
username:
name: ~
key: ~
xwiki:
password:
name: ~
key: ~
keycloak:
clientSecret:
xwiki:
name: ~
key: ~
clientSecretNcoidc:
name: ~
key: ~
minio:
existingSecret: ~
rootUserSecretKey: ~
rootPasswordSecretKey: ~
usersExistingSecrets: []
nextcloud:
adminPassword:
name: ~
key: ~
adminUsername:
name: ~
key: ~
metricsToken:
name: ~
key: ~
nubus:
ldapSearch:
nextcloud:
name: ~
key: ~
xwiki:
name: ~
key: ~
objectstores:
nextcloudAccessKey:
name: ~
key: ~
nextcloudSecretKey:
name: ~
key: ~
openproject:
apiAdminPassword:
name: ~
key: ~
apiAdminUsername:
name: ~
key: ~
postfix:
opendeskSystemPassword:
name: ~
key: ~
redis:
existingSecret: ~
existingSecretPasswordKey: ~
xwiki:
xwikiSuperadminpassword:
name: ~
key: ~
propertiesSecret:
name: ~
key: ~
...