We are trying to deploy a Java application like this:
knctl deploy ... --env JAVA_OPTS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
It seems that the env value is truncated after the first comma:
ERROR: JDWP invalid option: -agentlib:jdwp=transport=dt_socket
We've tried different quoting variations (single quotes around value, double quotes etc.), but without success. Can you please check?
Thanks a lot for your support!