Fix copy-and-paste typo (wrong service name) in docs (#1504)

This commit is contained in:
Erik Petzold
2023-11-14 20:19:02 +01:00
committed by GitHub
parent abbdef7950
commit d8d0d70dc6

View File

@@ -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]
----