Hello, I have a Flink job running in *application cluster mode* on Kubernetes, deployed using a Helm chart. I would like to start the job from a *savepoint*. However, since the job is automatically submitted by the JobManager when the Helm chart is installed, I’m not sure how to configure it to restore from the savepoint.
Is there a recommended way to configure the job so that it starts from a specific savepoint when it is configured? Best regards