mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-27 16:17:34 +00:00
14 lines
326 B
YAML
14 lines
326 B
YAML
apiVersion: core.oam.dev/v1alpha2
|
|
kind: WorkloadDefinition
|
|
metadata:
|
|
name: task
|
|
namespace: {{.Values.systemDefinitionNamespace}}
|
|
annotations:
|
|
definition.oam.dev/description: "Describes jobs that run code or a script to completion."
|
|
spec:
|
|
definitionRef:
|
|
name: jobs.batch
|
|
schematic:
|
|
cue:
|
|
template: |
|