Re: Escape # character in containerized.master.env

2021-05-05 Thread Yang Wang
I think you could also use the "flink run-application ... -Dcontainerized.master.env.FOO=foo#bar ..." to work around. Best, Yang Lukáš Drbal 于2021年5月4日周二 下午9:43写道: > I just workaround it by using k8 secret and map it via > kubernetes.env.secretKeyRef into flink containers. > > On Tue, May 4, 2

Re: Escape # character in containerized.master.env

2021-05-04 Thread Lukáš Drbal
I just workaround it by using k8 secret and map it via kubernetes.env.secretKeyRef into flink containers. On Tue, May 4, 2021 at 3:08 PM Lukáš Drbal wrote: > Hello all! > > We are using k8s native support and now we need to pass an env variable > which contains # character in value. > > example:

Escape # character in containerized.master.env

2021-05-04 Thread Lukáš Drbal
Hello all! We are using k8s native support and now we need to pass an env variable which contains # character in value. example: containerized.master.env.FOO: foo#bar Job is submitted by k8 cronjob which puts the config option mentioned before into flink-conf.yaml and submit job via flink run-a