mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-18 20:17:04 +00:00
16 lines
360 B
YAML
16 lines
360 B
YAML
apiVersion: core.oam.dev/v1alpha2
|
|
kind: ComponentDefinition
|
|
metadata:
|
|
name: task
|
|
namespace: {{.Values.systemDefinitionNamespace}}
|
|
annotations:
|
|
definition.oam.dev/description: "Describes jobs that run code or a script to completion."
|
|
spec:
|
|
workload:
|
|
definition:
|
|
apiVersion: batch/v1
|
|
kind: Job
|
|
schematic:
|
|
cue:
|
|
template: |
|