From ad5487c9a74ed5cc13a806ba2bc830de0e4e080f Mon Sep 17 00:00:00 2001 From: Colin But Date: Sat, 25 Apr 2020 11:40:08 +0100 Subject: [PATCH] fixing typo --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index c391019..5bf1db4 100644 --- a/README.adoc +++ b/README.adoc @@ -175,7 +175,7 @@ the application In <> we saw how Kubernetes https://kubernetes.io/docs/tasks/configure-pod-container/configmap/[ConfigMaps] can be injected to the Kubernetes deployment as environment variables. In this section we will see how we can mount -Spring Boot `application.yaml` using https://kubernetes.io/docs/tasks/configure-pod-container/configmap/[ConfigMaps]. +Spring Boot `application.properties` using https://kubernetes.io/docs/tasks/configure-pod-container/configmap/[ConfigMaps]. [[app-properties]]