mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 18:42:56 +02:00
Deploy mailu
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: mailu-es
|
||||
spec:
|
||||
refreshInterval: "15s"
|
||||
secretStoreRef:
|
||||
name: vault-backend
|
||||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: mailu_init_pass
|
||||
data:
|
||||
- secretKey: password
|
||||
remoteRef:
|
||||
key: mailu_init_pass
|
||||
property: password
|
||||
|
||||
Reference in New Issue
Block a user