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:
parent
3905fb1037
commit
191614f895
1 changed files with 8 additions and 0 deletions
8
apps/stalwart/stalwart-bootstrap-config.yaml
Normal file
8
apps/stalwart/stalwart-bootstrap-config.yaml
Normal 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"}'
|
||||
Loading…
Add table
Reference in a new issue