jvellaft opened a new pull request, #683: URL: https://github.com/apache/pulsar-helm-chart/pull/683
Fix for the Pulsar Manager issue reported in here: https://github.com/apache/pulsar-helm-chart/issues/681 Fixes: https://github.com/apache/pulsar-helm-chart/issues/681 ### Motivation Rendering of the `pulsar-manager-cluster-initialize.yaml` template fails when `Values.pulsar_metadata.nodeSelector` and `Values.pulsar_metadata.tolerations` are true. ``` Error: INSTALLATION FAILED: YAML parse error on pulsar/templates/dekaf-deployment.yaml: error converting YAML to JSON: yaml: line 55: did not find expected key helm.go:92: 2026-05-04 11:04:33.581691 +0200 CEST m=+1.425366083 [debug] error converting YAML to JSON: yaml: line 55: did not find expected key YAML parse error on pulsar/templates/dekaf-deployment.yaml ``` ### Modifications This PR adjusts the indentations configured in lines 43 and 47. ### Verifying this change - [ ] Make sure that the change passes the CI checks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
