Change secret name

This commit is contained in:
Ruben Hensen
2024-09-13 01:56:43 +02:00
parent 39a8664f54
commit 001763cf1f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -8,10 +8,10 @@ spec:
name: vault-backend name: vault-backend
kind: ClusterSecretStore kind: ClusterSecretStore
target: target:
name: mailu_init_pass name: mailu-init-pass
data: data:
- secretKey: password - secretKey: password
remoteRef: remoteRef:
key: mailu_init_pass key: mailu-init-pass
property: password property: password
+1 -1
View File
@@ -96,7 +96,7 @@ initialAccount:
username: "ruben" username: "ruben"
domain: "hensen.io" domain: "hensen.io"
# password: "" # password: ""
existingSecret: "mailu_init_pass" existingSecret: "mailu-init-pass"
existingSecretPasswordKey: "password" existingSecretPasswordKey: "password"
mode: "update" mode: "update"