1. Hi All , I have a flink pipeline which consumes data from Kafka and sink data to Kafka. In this pipeline i have enabled checkpoints. Below are the details of my flink pipeline. Flink version 1.16 , Checkpoint storage is external azure file share. ISSUE -- Upon upgrading the certificate used to connect to kafka , the flink taskmanager and jobmanager pod restarts but it still refers to old kafka certificate , thereby giving SSL error while trying to connect to kafka. For workaround we are editing the deployment everytime. But we would like to know if there is a proper solution to this problem