### Motivation This is essentially the same as https://github.com/apache/pulsar-helm-chart/pull/176. Without this change, an init pod can fail and be in `Error` state even though the second pod succeeded. This will prevent misleading errors. ### Modifications * Replace `Never` with `OnFailure` ### Verifying this change This is a trivial change.