Read configmap data in FlinkDeployment

2024-03-18 Thread Suyash Jaiswal
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

Re: Read configmap data in FlinkDeployment

2024-03-18 Thread Yaroslav Tkachenko
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 bo

Re: Read configmap data in FlinkDeployment

2024-03-18 Thread Yaroslav Tkachenko
14: did not find expected '-' indicator > > > > Thanks, > > Suyash Jaiswal > > > > > > *From:* Yaroslav Tkachenko > *Sent:* Monday, March 18, 2024 3:19 PM > *To:* Suyash Jaiswal > *Cc:* user@flink.apache.org > *Subject:* Re: Read configmap data i