spring-cloud/spring-cloud-deployer

MIssing dot when get getDeploymentPropertyValue

Closed this issue · 0 comments

We tried to use init container with environment variable
deployer.<application>.kubernetes.init-container.environment-variables=env1=value1,env2=value2
But it does not applied.

Finally it works with
deployer.<application>.kubernetes.init-containerenvironment-variables=env1=value1,env2=value2

I think there is a typo

String envString = PropertyParserUtils.getDeploymentPropertyValue(kubeProps, propertyKey + "environmentVariables");

We use Version: 2.11.5