From a9825d76b51f770051f7c9fefafadeb657ea4744 Mon Sep 17 00:00:00 2001 From: erabii Date: Fri, 15 Jul 2022 21:50:26 +0300 Subject: [PATCH] fix 546 (#1046) --- docs/src/main/asciidoc/property-source-config.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/main/asciidoc/property-source-config.adoc b/docs/src/main/asciidoc/property-source-config.adoc index 9d493592..cf01148c 100644 --- a/docs/src/main/asciidoc/property-source-config.adoc +++ b/docs/src/main/asciidoc/property-source-config.adoc @@ -868,6 +868,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):