Hi Suyash, You can expose your configmap values as environment variables using the *podTemplate* parameter (see: https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.8/docs/custom-resource/reference/). This can be configured individually for TaskManager, JobManager or for both.
On Mon, Mar 18, 2024 at 2:36 AM Suyash Jaiswal <suyash.jais...@hitachids.com> wrote: > 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: > > > > > > SessionJob: > > > >