Branch: refs/heads/master Home: https://github.com/xwiki-contrib/xwiki-helm Commit: c14ae8c0f33432cfac3ec4ae88a846e9cbefad94 https://github.com/xwiki-contrib/xwiki-helm/commit/c14ae8c0f33432cfac3ec4ae8... Author: lobnaelsammak <[email protected]> Date: 2026-05-06 (Wed, 06 May 2026) Changed paths: M charts/xwiki/templates/service.yaml Log Message: ----------- HELM-113 fix(service): render multiple service.annotations correctly (#55) The template uses 'indent 4' on a line that already starts with 4 literal spaces, so the first key in service.annotations / commonAnnotations ends up indented by 8 spaces while subsequent keys get 4. A single annotation accidentally renders OK because YAML tolerates the over- indented child, but two or more produce invalid YAML and helm fails: YAML parse error on xwiki/templates/service.yaml: error converting YAML to JSON: yaml: did not find expected key Switch to '{{- toYaml ... | nindent 4 }}' which strips the literal leading whitespace and emits a clean newline + indent. Co-authored-by: Lobna EL SAMMAK <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/xwiki-helm/settings/notifications