mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Change secret name
This commit is contained in:
+2
-2
@@ -8,10 +8,10 @@ spec:
|
||||
name: vault-backend
|
||||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: mailu_init_pass
|
||||
name: mailu-init-pass
|
||||
data:
|
||||
- secretKey: password
|
||||
remoteRef:
|
||||
key: mailu_init_pass
|
||||
key: mailu-init-pass
|
||||
property: password
|
||||
|
||||
|
||||
+1
-1
@@ -96,7 +96,7 @@ initialAccount:
|
||||
username: "ruben"
|
||||
domain: "hensen.io"
|
||||
# password: ""
|
||||
existingSecret: "mailu_init_pass"
|
||||
existingSecret: "mailu-init-pass"
|
||||
existingSecretPasswordKey: "password"
|
||||
mode: "update"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user