spring-attic / spring-cloud-dataflow-server-cloudfoundry

Spring Cloud Data Flow Implementation for Cloud Foundry
http://cloud.spring.io/spring-cloud-dataflow-server-cloudfoundry/
Apache License 2.0
21 stars 42 forks source link

Wrong properties listed in Skipper manifest #441

Closed sabbyanandan closed 6 years ago

sabbyanandan commented 6 years ago

As a user, I'm attempting to override the "random_prefix property" via SPRING_CLOUD_SKIPPER_SERVER_PLATFORM_CLOUDFOUNDRY_ACCOUNTS[default]_CONNECTION_STREAM_ENABLE_RANDOM_APP_NAME_PREFIX: false, but the property should instead point to SPRING_CLOUD_SKIPPER_SERVER_PLATFORM_CLOUDFOUNDRY_ACCOUNTS[default]_DEPLOYMENT_STREAM_ENABLE_RANDOM_APP_NAME_PREFIX: false.

There's also a bug in the docs wrt to Domain configuration.