• Scott Frederick's avatar
    Use config map name for configtree property sources · de991616
    Scott Frederick authored
    When Kubernetes mounts config maps onto volumes in a pod, it creates
    hidden files on the pod filesystem with symbolic links to the
    hidden files. The symlinks are named for the user-provided config
    map that was mounted, while the hidden files have system-generated
    names.
    
    Prior to this commit, the property sources created by the
    configtree property source were added to the environment using the
    system-generated hidden file name instead of the user-provided
    symlink name. This commit corrects that behavior so the property
    sources are named as a user would expect.
    
    Fixes gh-23232
    de991616
Name
Last commit
Last update
.github Loading commit data...
buildSrc Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
gradle/wrapper Loading commit data...
idea Loading commit data...
spring-boot-project Loading commit data...
spring-boot-tests Loading commit data...
src Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
build.gradle Loading commit data...
gradle.properties Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
settings.gradle Loading commit data...