feat(helmfile): Test external secrets

Signed-off-by: Axel Lender <lender@b1-systems.de>
This commit is contained in:
Axel Lender
2025-08-14 14:11:25 +02:00
parent 8aac097ebb
commit 38afa2a654

View File

@@ -5,51 +5,51 @@
externalSecrets:
ai:
apiKey:
name: ~
key: ~
name: "a"
key: "aiapikey"
databases:
notes:
password:
name: ~
key: ~
name: "a"
key: "notesDatabasePassword"
user:
name: ~
key: ~
name: "a"
key: "notesDatabaseUser"
keycloak:
clientSecret:
notes:
name: ~
key: ~
name: "a"
key: "keycloaknotes"
notes:
collaborationSecret:
name: ~
key: ~
name: "a"
key: "notesCollaborationSecret"
django:
secretKey:
name: ~
key: ~
name: "a"
key: "notesDjangoSecretKey"
superuserEmail:
name: ~
key: ~
name: "a"
key: "notessuperuserEmail"
superuserPassword:
name: ~
key: ~
name: "a"
key: "notessuperuserPassword"
redisUrl:
name: ~
key: ~
name: "a"
key: "notesredisurl"
objectstores:
notes:
s3AccessKeyId:
name: ~
key: ~
name: "a"
key: "objectstoresNotesS3AccessKeyId"
s3SecretAccessKey:
name: ~
key: ~
name: "a"
key: "objectstoresNotesS3SecretAccessKey"
postfix:
opendeskSystemPassword:
name: ~
key: ~
name: "a"
key: "postfixopendeskSystemPassword"
opendeskSystemUsername:
name: ~
key: ~
name: "a"
key: "postfixopendeskSystemUsername"
...