Skip to content

Commit 332f16f

Browse files
akshakpgsmet
authored andcommitted
Fix typos and case in Kubernetes guide
1 parent 4c347d8 commit 332f16f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/src/main/asciidoc/kubernetes-resources.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To complete this guide, you need:
2121

2222
== Creating the Maven project
2323

24-
First, we need a new project that contains the kubernetes extension. This can be done using the following command:
24+
First, we need a new project that contains the Kubernetes extension. This can be done using the following command:
2525

2626
[source, subs=attributes+]
2727
----
@@ -37,7 +37,7 @@ mvn io.quarkus:quarkus-maven-plugin:{quarkus-version}:create \
3737

3838
Quarkus offers the ability to automatically generate Kubernetes resources based on sane defaults and user supplied configuration. The implementation that takes care
3939
of generating the actual Kubernetes resources is provided by https://github.com/dekorateio/dekorate/[dekorate]. Currently it supports the generation of resources for
40-
vanilla Kubernetes and Openshift.
40+
vanilla Kubernetes and OpenShift.
4141

4242
When we added the `kubernetes` extension to the command line invocation above, the following dependency was added to the `pom.xml`
4343

@@ -395,23 +395,23 @@ Below you will find tables describing all available types.
395395
| auto-build-enabled | boolean | | false
396396
|====
397397

398-
=== Openshift support
398+
=== OpenShift support
399399

400-
To enable the generation of Openshift resources, you need to include Openshift in the target platforms:
400+
To enable the generation of OpenShift resources, you need to include OpenShift in the target platforms:
401401

402402
[source]
403403
----
404404
kubernetes.deployment.target=openshift
405405
----
406406

407-
If you need to generate resources for both platforms (vanilla kubernetes and opesnhift), then you need to include both (coma separated).
407+
If you need to generate resources for both platforms (vanilla Kubernetes and OpenShift), then you need to include both (coma separated).
408408

409409
[source]
410410
----
411411
kubernetes.deployment.target=kubernetes, openshift
412412
----
413413

414-
The Openshfit resources can be customized in a similar approach with kubernetes.
414+
The OpenShift resources can be customized in a similar approach with Kubernetes.
415415

416416
.Openshift
417417
|====
@@ -457,4 +457,4 @@ The Openshfit resources can be customized in a similar approach with kubernetes.
457457
| s2i.build-env-vars | Env[] | |
458458
| s2i.auto-push-enabled | boolean | | false
459459
| s2i.auto-build-enabled | boolean | | false
460-
|====
460+
|====

0 commit comments

Comments
 (0)