kellyfj opened a new pull request, #688:
URL: https://github.com/apache/pulsar-helm-chart/pull/688
…decar support.
### Motivation
The STS upgrade job does not terminate when using Istio as the sidecar
container is not aware that the job is complete.
### Modifications
Similar to the solution in the other `initialize` jobs I have added the same
functionality in the STS upgrade job
```
grep extraInit *
bookkeeper-cluster-initialize.yaml: {{- if
.Values.extraInitCommand }}
bookkeeper-cluster-initialize.yaml: {{ .Values.extraInitCommand
}}
pulsar-cluster-initialize.yaml: {{- if .Values.extraInitCommand }}
pulsar-cluster-initialize.yaml: {{ .Values.extraInitCommand }}
pulsar-cluster-initialize.yaml: {{- if .Values.extraInitCommand }}
pulsar-cluster-initialize.yaml: {{ .Values.extraInitCommand }}
```
### 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]