From 7fb1741658bd5f134f3dd485272c9552e6c1d182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?thetechoddbug=20=28Jos=C3=A9=20Mar=C3=ADa=20Guti=C3=A9rrez?= =?UTF-8?q?=29?= Date: Thu, 26 Sep 2024 20:07:12 +0200 Subject: [PATCH] Fixing a typo. (#1745) --- .../ROOT/pages/spring-cloud-kubernetes-configserver.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/spring-cloud-kubernetes-configserver.adoc b/docs/modules/ROOT/pages/spring-cloud-kubernetes-configserver.adoc index 037557e1..7e058360 100644 --- a/docs/modules/ROOT/pages/spring-cloud-kubernetes-configserver.adoc +++ b/docs/modules/ROOT/pages/spring-cloud-kubernetes-configserver.adoc @@ -4,7 +4,7 @@ The Spring Cloud Kubernetes Config Server, is based on https://spring.io/projects/spring-cloud-config[Spring Cloud Config Server] and adds an https://docs.spring.io/spring-cloud-config/docs/current/reference/html/#_environment_repository[environment repository] for Kubernetes https://kubernetes.io/docs/concepts/configuration/configmap/[Config Maps] and https://kubernetes.io/docs/concepts/configuration/secret/[Secrets]. -This is component is completely optional. However, it allows you to continue to leverage configuration +This component is completely optional. However, it allows you to continue to leverage configuration you may have stored in existing environment repositories (Git, SVN, Vault, etc) with applications that you are running on Kubernetes. A default image is located on https://hub.docker.com/r/springcloud/spring-cloud-kubernetes-configserver[Docker Hub] which will allow you to easily get a Config Server deployed on Kubernetes without building