You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quarkus offers the ability to automatically generate Kubernetes resources based on sane defaults and user supplied configuration. The implementation that takes care
39
39
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.
41
41
42
42
When we added the `kubernetes` extension to the command line invocation above, the following dependency was added to the `pom.xml`
43
43
@@ -395,23 +395,23 @@ Below you will find tables describing all available types.
395
395
| auto-build-enabled | boolean | | false
396
396
|====
397
397
398
-
=== Openshift support
398
+
=== OpenShift support
399
399
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:
401
401
402
402
[source]
403
403
----
404
404
kubernetes.deployment.target=openshift
405
405
----
406
406
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).
0 commit comments