Fix Stalwart ingress YAML rendering #25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/stalwart-ingress-yaml"
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?
Fix malformed YAML produced by the Stalwart ingress template by avoiding inline whitespace-trimming directives for mappings and lists. This keeps labels, annotations, ingressClassName, TLS, and rules correctly structured when rendered.