lyft / flinkk8soperator

Kubernetes operator that provides control plane for managing Apache Flink applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow using ProgramArgsList

MikaYuoadas opened this issue · comments

Hello,

We're having issue sending args containing quote characters in programArgs.
Looking at this old issue on flink FLINK-10295 it looks like we should be using ProgramArgsList instead of ProgramArgs (which avoid weird parsing behavior).
Unfortunately the flinkk8soperator doesn't allow this today afaik.
Would it be possible to add this option to the spec?