doki23 opened a new issue, #2066:
URL: https://github.com/apache/incubator-celeborn/issues/2066
### Is your feature request related to a problem? Please describe.
I set `affinity` to `None` and got an error:
```
Error: INSTALLATION FAILED: template:
celeborn/templates/worker-statefulset.yaml:54:22: executing
"celeborn/templates/worker-statefulset.yaml" at <.Values.affinity.worker>: nil
pointer evaluating interface {}.worker
```
It seems that we must provide a key of `affinity.worker` in the
`values.yaml` ?
### Describe the solution you'd like
make affinity.master and affinity.worker optional
--
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]