Re: Flink Kubernetes Operator: Specifying env variables from ConfigMaps

2022-05-25 Thread Mads Ellersgaard Kalør
Hi, Thanks a lot for your clarifications. It makes perfect sense. Mads From: Gyula Fóra Sent: 23 May 2022 15:39 To: Mads Ellersgaard Kalør Cc: user@flink.apache.org Subject: Re: Flink Kubernetes Operator: Specifying env variables from ConfigMaps Hi Mads! I

Re: Flink Kubernetes Operator: Specifying env variables from ConfigMaps

2022-05-23 Thread Gyula Fóra
Hi Mads! I think you need to use the podTemplate for this. You can either do it in the top level spec or customize it for tm/jm respectively. Keep in mind that pod templates are merged with the base flink template so it's enough to specify the fields relevant for you (in these case the env variab

Flink Kubernetes Operator: Specifying env variables from ConfigMaps

2022-05-23 Thread Mads Ellersgaard Kalør
Hi, We use a number of environment variables to configure our Flink pipelines, such as Kafka connection info, hostnames for external services etc. This works well when running a standalone Kubernetes deployment or on a local environment in Docker, but I cannot find any documentation about how t