Fix Stalwart YAML config rendering #24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/stalwart-yaml-config"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Stalwart chart accepts config as a native YAML mapping, but the ConfigMap template was still passing it to mustFromJson, which expects a string. Remove that conversion and serialize the mapping directly with toPrettyJson. Bump the chart version to 0.2.1 so the corrected chart is published.