Closed Manu10744 closed 1 year ago
Hi @Manu10744 ,
I am glad that the ConfigMap
worked. Setting these Fabric8 object properties in the command line args is not currently supported as it requires a custom converter.
In the deployer, we manually convert from string->Fabric8 (example.
You may be able to use spring.cloud.deployer.kubernetes.volumes=...
as a command line arg which would not resolve the properties until the manual path above.
Description: I want to configure SCDF Server in Kubernetes to mount a volume into the pods that are created when I start a Task. I did so using the following deployment spec:
After redeploying the SCDF server it crashes with the following error:
Release versions:
Steps to reproduce: Configure SCDF server like above and it should reproduce
After moving the configuration into a
ConfigMap
everything worked. But it should be possible to do the same with command line arguments, shouldnt it?