[FEATURE] make affinity.master and affinity.worker optional
doki23 opened this issue · 2 comments
doki23 commented
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
hemu-git-hub commented
@doki23 can I work on this issue ?
doki23 commented
@hemu-git-hub Feel free to do this.