How to configure Spring Cloud Data Flow to execute tasks in a separate namespace per task? How to configure Spring Cloud Data Flow to execute tasks in a separate namespace per task? kubernetes kubernetes

How to configure Spring Cloud Data Flow to execute tasks in a separate namespace per task?


Platform name works just fine, I had to restart the Spring Cloud Data Flow server for the new namespace definition under

spring:      cloud:        dataflow:          task:            platform:              kubernetes:                accounts:

to take effect.