Skip to content

Commit

Permalink
Fix erroneous Kubernetes file name in docs
Browse files Browse the repository at this point in the history
Fixes: #6187
  • Loading branch information
geoand authored and gsmet committed Dec 16, 2019
1 parent 71a3633 commit 79e8c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/kubernetes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 79e8c62

Please sign in to comment.