You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
spring-cloud-deployer/spring-cloud-deployer-kubernetes/src/main/java/org/springframework/cloud/deployer/spi/kubernetes/DeploymentPropertiesResolver.java
Line 656 in 552f57f
We use Version: 2.11.5
The text was updated successfully, but these errors were encountered: