Restore Stalwart bootstrap ConfigMap (non-destructive recovery)
CONTEXT: DEV-403 - Stalwart pod not starting after ConfigMap revert ROOT CAUSE: - The stalwart-bootstrap-config ConfigMap was manually created on July 5 - It was added to GitOps at commit191614f(12:27 today) - It was reverted at commitfcc5042(12:56 today) - ArgoCD pruned the ConfigMap from the cluster after the revert - Stalwart deployment requires this ConfigMap to start RECOVERY: This commit restores the ConfigMap to Git so ArgoCD can recreate it. The ConfigMap content is identical to the working version from before. This is a non-destructive recovery - no data or accounts are affected. The actual Stalwart data on PVC stalwart-data remains intact. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
fcc504208e
commit
f5fc083a5a
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