Add Stalwart bootstrap ConfigMap to GitOps tracking

The stalwart-bootstrap-config ConfigMap was previously created manually
via kubectl and not tracked in Git. This adds it to the repository for
proper GitOps management via Argo CD.

Related to DEV-403 - Stalwart sync hanging issue.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
CTO Agent 2026-07-26 12:27:00 +00:00
parent 3905fb1037
commit 191614f895

View file

@ -0,0 +1,8 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: stalwart-bootstrap-config
namespace: stalwart
data:
config.json: '{"@type":"RocksDb","path":"/var/lib/stalwart"}'