sqd opened a new issue, #3549:
URL: https://github.com/apache/amoro/issues/3549
### What happened?
When setting `amoroConf.log4j2` to non-null value in values.yaml, the
generated helm chart has an indentation error that makes it invalid yaml. The
error looks like the following in amoro-deployment.yaml.
```
Error: yaml: line 93: block sequence entries are not allowed in
this context
```
### Affects Versions
master
### What table formats are you seeing the problem on?
_No response_
### What engines are you seeing the problem on?
_No response_
### How to reproduce
Set any non null value to `amoroConf.log4j2` in values.yaml, and generate
the helm template with `helm template --debug ../amoro`
### Relevant log output
```shell
Error: yaml: line 93: block sequence entries are not allowed in this context
```
### Anything else
_No response_
### Are you willing to submit a PR?
- [x] Yes I am willing to submit a PR!
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct
--
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]