From 0eccc7ce8aa972f94c2a491cc62e39f8d948ed7b Mon Sep 17 00:00:00 2001 From: buildmaster Date: Sat, 16 Jul 2022 03:52:56 +0000 Subject: [PATCH] Bumping versions --- README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index f770bfbe..dd884b1d 100644 --- a/README.adoc +++ b/README.adoc @@ -1108,6 +1108,8 @@ The reload feature of Spring Cloud Kubernetes is able to trigger an application `Secret` changes. By default, this feature is disabled. You can enable it by using the `spring.cloud.kubernetes.reload.enabled=true` configuration property (for example, in the `application.properties` file). +Please notice that this will enable monitoring of configmaps only (i.e.: `spring.cloud.kubernetes.reload.monitoring-config-maps` will be set to `true`). +If you want to enable monitoring of secrets, this must be done explicitly via : `spring.cloud.kubernetes.reload.monitoring-secrets=true`. The following levels of reload are supported (by setting the `spring.cloud.kubernetes.reload.strategy` property):