From 79e8c620d838f4a516bb2db3f9831821a5be5020 Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Mon, 16 Dec 2019 09:07:00 +0200 Subject: [PATCH] Fix erroneous Kubernetes file name in docs Fixes: #6187 --- docs/src/main/asciidoc/kubernetes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/kubernetes.adoc b/docs/src/main/asciidoc/kubernetes.adoc index 8fb228c114447..988b54df1912e 100644 --- a/docs/src/main/asciidoc/kubernetes.adoc +++ b/docs/src/main/asciidoc/kubernetes.adoc @@ -63,7 +63,7 @@ quarkus.application.name=test-quarkus-app # this is also optional and defaults t ---- and following the execution of `./mvnw package` you will notice amongst the other files that are created, two files named -`kubernetes.json` and `kubernetes.yaml` in the `target/kubernetes/` directory. +`kubernetes.json` and `kubernetes.yml` in the `target/kubernetes/` directory. If you look at either file you will see that it contains both a Kubernetes `Deployment` and a `Service`.