Hi All, I was trying to deploy Apache-Flink in my EKS cluster. I can successfully deploy it, but now I want to expose some variable via the configmap, these variables are used by my sessionjob. I need help with yaml structure of how/where to expose the configmap variables to make It visible for the sessionjob.
My Sample.jar file reads some variables from a configmap, where do I configure this in my deployment yaml. Deployment: [cid:image001.png@01DA7944.D328E2A0] SessionJob: [cid:image002.png@01DA7945.43635AA0]