Update ConfigMap Link

Signed-off-by: Vineeth Menon vineeth.madhu@gmail.com
Signed-off-by: Vineeth <vineeth@autonomic.ai>
This commit is contained in:
Vineeth
2025-06-14 22:58:11 -04:00
parent 3844ae8d40
commit fcc9a5fd3b

View File

@@ -1,7 +1,7 @@
[[configmap-propertysource]]
= Using a `ConfigMap` `PropertySource`
Kubernetes provides a resource named https://kubernetes.io/docs/user-guide/configmap/[`ConfigMap`] to externalize the
Kubernetes provides a resource named https://kubernetes.io/docs/concepts/configuration/configmap/[`ConfigMap`] to externalize the
parameters to pass to your application in the form of key-value pairs or embedded `application.properties` or `application.yaml` files.
The link:https://github.com/spring-cloud/spring-cloud-kubernetes/tree/master/spring-cloud-kubernetes-fabric8-config[Spring Cloud Kubernetes Config] project makes Kubernetes `ConfigMap` instances available
during application startup and triggers hot reloading of beans or Spring context when changes are detected on