mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-19 02:52:56 +02:00
Change secret name
This commit is contained in:
+2
-2
@@ -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
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user