Map type param escaping :

classic Classic list List threaded Threaded
2 messages Options
kb
Reply | Threaded
Open this post in threaded view
|

Map type param escaping :

kb

Hi,

 

How do we escape : in map type param?

 

For example, we have:

-Dkubernetes.jobmanager.annotations=KEY:V:A:L:U:E

 

Which should result in {“KEY”: “V:A:L:U:E”}.

 

Best,

kevin

 

Reply | Threaded
Open this post in threaded view
|

Re: Map type param escaping :

rmetzger0
Cool! Thanks for sharing the solution!

On Tue, Jul 14, 2020 at 11:39 PM Bohinski, Kevin <[hidden email]> wrote:

Figured it out, pulled StructuredOptionsSplitter into a debugger and was able to get it working with:

-Dkubernetes.jobmanager.annotations="\"KEY:\"\"V:A:L:U:E\"\"\""

 

Best

kevin