fix(helmfile): Remove testing values from external secrets

Signed-off-by: Axel Lender <lender@b1-systems.de>
This commit is contained in:
Axel Lender
2025-08-21 16:13:46 +02:00
parent 7367d16287
commit 1fb1c9892b

View File

@@ -4,10 +4,6 @@ SPDX-License-Identifier: Apache-2.0
*/}}
---
externalSecrets:
ai:
apiKey:
name: "a"
key: "aiapikey"
cache:
intercom:
password:
@@ -46,52 +42,21 @@ externalSecrets:
username:
name: ~
key: ~
notes:
password:
name: "a"
key: "notesDatabasePassword"
user:
name: "a"
key: "notesDatabaseUser"
xwiki:
password:
name: ~
key: ~
dovecot:
aclUser:
name: ~
key: ~
dictmapUser:
name: ~
key: ~
doveadm:
name: ~
key: ~
objectStorage:
encryption:
privateKey:
name: ~
key: ~
publicKey:
name: ~
key: ~
keycloak:
adminSecret:
name: ~
clientSecret:
dovecot:
name: ~
key: ~
intercom:
name: ~
key: ~
nextcloudOidc:
xwiki:
name: ~
key: ~
notes:
name: "a"
key: "keycloaknotes"
xwiki:
nextcloudOidc:
name: ~
key: ~
minio:
@@ -110,23 +75,6 @@ externalSecrets:
metricsToken:
name: ~
key: ~
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"
nubus:
ics:
session:
@@ -136,9 +84,6 @@ externalSecrets:
name: ~
key: ~
ldapSearch:
dovecot:
name: ~
key: ~
nextcloud:
name: ~
key: ~
@@ -146,9 +91,6 @@ externalSecrets:
name: ~
key: ~
objectstores:
dovecotUser:
name: ~
key: ~
nextcloud:
accessKey:
name: ~
@@ -156,13 +98,6 @@ externalSecrets:
secretKey:
name: ~
key: ~
notes:
s3AccessKeyId:
name: "a"
key: "objectstoresNotesS3AccessKeyId"
s3SecretAccessKey:
name: "a"
key: "objectstoresNotesS3SecretAccessKey"
nubus:
accessKey:
name: ~
@@ -178,27 +113,13 @@ externalSecrets:
username:
name: ~
key: ~
oxAppSuite:
migrationsMasterPassword:
name: ~
key: ~
postfix:
opendeskSystemPassword:
name: ~
key: ~
opendeskSystemUsername:
name: ~
key: ~
redis:
existingSecret: ~
existingSecretPasswordKey: ~
smtp:
password:
name: ~
key: ~
username:
name: ~
key: ~
xwiki:
xwikiSuperadminpassword:
name: ~
@@ -206,4 +127,4 @@ externalSecrets:
propertiesSecret:
name: ~
key: ~
...
...