mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Stalwart: add smtp relay smtp2go
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: {{ include "stalwart.fullname" . }}-smtp2go
|
||||
namespace: {{ .Release.Namespace }}
|
||||
labels:
|
||||
{{- include "stalwart.labels" . | nindent 4 }}
|
||||
spec:
|
||||
refreshInterval: "15m"
|
||||
secretStoreRef:
|
||||
name: vault-backend
|
||||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: {{ include "stalwart.fullname" . }}-smtp2go
|
||||
creationPolicy: Owner
|
||||
data:
|
||||
- secretKey: user
|
||||
remoteRef:
|
||||
key: kv/smtp2go
|
||||
property: user
|
||||
- secretKey: pw
|
||||
remoteRef:
|
||||
key: kv/smtp2go
|
||||
property: pw
|
||||
Reference in New Issue
Block a user