cmodi-cogito opened a new pull request #235: URL: https://github.com/apache/pulsar-helm-chart/pull/235
Remove completed init jobs using ttlSecondsAfterFinished ### Motivation Cleanup of completed jobs to free up resources and also reduces failures when redeploying pulsar as the jobs are immutable This feature was previously behind a feature gate for several Kubernetes versions and will default to true in 1.23 and beyond https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/ ### Modifications Added ttlSecondsAfterFinished in job spec using feature flag for backward compatibility ### 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: dev-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org