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
IMPORTANT: CronJob resources require the https://en.wikipedia.org/wiki/Cron[Cron] expression to specify when to launch the job through the `quarkus.openshift.cron-job.schedule` property.
486
-
If thet are not provided, the build fails.
486
+
If they are not provided, the build fails.
487
487
488
488
You can configure the rest of the Kubernetes CronJob configuration by using the properties under `quarkus.openshift.cron-job.xxx` (for more information, see xref:deploying-to-openshift.adoc#quarkus-kubernetes_quarkus-openshift-cron-job-parallelism[quarkus.openshift.cron-job.parallelism]).
NOTE: Quarkus will apply the manifests in the order they are specified in the list.
102
+
103
+
NOTE: Quarkus will await resources such as deployments to be ready before moving on to the next manifest.
104
+
All applied resources are guaranteed to be ready by the time your application finishes startup.
105
+
91
106
=== Deploying helm charts
92
107
`quarkus.kubernetes-client.devservices.manifests` only supports manifests. If you want to deploy a helm chart, you can use the `k3s` flavor and deploy a `HelmChart` manifest. See https://docs.k3s.io/helm for more information on how to use helm charts with k3s.
0 commit comments