spring-cloud / spring-cloud-deployer-kubernetes

The Spring Cloud Deployer implementation for Kubernetes
Apache License 2.0
157 stars 98 forks source link

Task fails to launch if argument does not have assignment operator #481

Closed cppwfs closed 2 years ago

cppwfs commented 2 years ago

If a user specifies a single value argument (without = with subsequent value) the deployer throws an exception. Deployer should be able to parse args with out an assignment value. For example this should be parsible: a=b c d=e

Stack Trace is available here: https://github.com/spring-cloud/spring-cloud-dataflow/issues/4805