
ojob ojob.io/kube/genOJobRT name=myjob configname=myjob-config secretname=myjob-secrets namespace=default affinity=true
Generates an OJobRT kubernetes job configuration
| Name | Description |
|---|---|
| name | The kubernetes job name |
| configname | The Kubernetes config map with the ojob definitions |
| secretname | The Kubernetes config map with the secrets to be used |
| namespace | The kubernetes namespace to use |
| affinity | If true will include an affinity configuration sample |