Spring Cloud Data Flow Apps not fetching external arguments and environment variables

159 views Asked by At

I have specified External arguments and environment variables for an app deployed as a stream through Spring Cloud Data Flow.

But the application is not considering some of the env variables and parameters.

Im passing an external property called 'URL'. and the same property is available under resource folder of the springboot app as well. Ideally as per documentation the external property I passed should override the internal one. And this is not happening. It is always taking the internal one.

Tried multiple redeployment and restarts. Interestingly it was working fine for a long time. and its stopped working after a redeployment.

0

There are 0 answers