mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-16 06:16:52 +00:00
10 lines
227 B
YAML
10 lines
227 B
YAML
apiVersion: core.oam.dev/v1beta1
|
|
kind: WorkloadDefinition
|
|
metadata:
|
|
name: webapp-chart
|
|
annotations:
|
|
definition.oam.dev/description: helm chart for webapp
|
|
spec:
|
|
definitionRef:
|
|
name: deployments.apps
|
|
version: v1 |