diff --git a/docs/modules/ROOT/pages/spring-cloud-kubernetes-discoveryserver.adoc b/docs/modules/ROOT/pages/spring-cloud-kubernetes-discoveryserver.adoc index 5e86ca2b..e5cb7d5b 100644 --- a/docs/modules/ROOT/pages/spring-cloud-kubernetes-discoveryserver.adoc +++ b/docs/modules/ROOT/pages/spring-cloud-kubernetes-discoveryserver.adoc @@ -123,7 +123,7 @@ An image of the Spring Cloud Discovery Server is hosted on https://hub.docker.co However, if you need to customize the discovery server behavior or prefer to build the image yourself you can easily build your own image from the https://github.com/spring-cloud/spring-cloud-kubernetes/tree/main/spring-cloud-kubernetes-controllers/spring-cloud-kubernetes-discoveryserver[source code on GitHub] and use that. -Below is a sample deployment YAML you can use to deploy the Kubernetes Configuration Watcher to Kubernetes. +Below is a sample deployment YAML you can use to deploy the Kubernetes Discovery Server to Kubernetes. [source,yaml] ----