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
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:
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