From f522fa6ec295a3f6f829e01d8d1fd9411ecec108 Mon Sep 17 00:00:00 2001 From: Alex Soto Date: Thu, 5 Dec 2019 08:01:13 +0100 Subject: [PATCH] Fix: Add extension block --- docs/src/main/asciidoc/kubernetes-client.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/main/asciidoc/kubernetes-client.adoc b/docs/src/main/asciidoc/kubernetes-client.adoc index 7e74ce209034f..6972a04acf030 100644 --- a/docs/src/main/asciidoc/kubernetes-client.adoc +++ b/docs/src/main/asciidoc/kubernetes-client.adoc @@ -22,7 +22,9 @@ Once you have your Quarkus project configured you can add the `kubernetes-client to your project by running the following command in your project base directory. [source] +---- ./mvnw quarkus:add-extension -Dextensions="kubernetes-client" +---- This will add the following to your pom.xml: