github.com/oam-dev/kubevela@v1.9.11/docs/examples/helm-module/webapp-chart-cd.yaml (about)

     1  apiVersion: core.oam.dev/v1beta1
     2  kind: ComponentDefinition
     3  metadata:
     4    name: webapp-chart
     5    namespace: vela-system
     6    annotations:
     7      definition.oam.dev/description: helm chart for webapp
     8  spec:
     9    workload:
    10      definition:
    11        apiVersion: apps/v1
    12        kind: Deployment
    13    schematic:
    14      helm:
    15        release:
    16          chart:
    17            spec:
    18              chart: "podinfo"
    19              version: "5.1.4"
    20        repository:
    21          url: "https://charts.kubevela.net/example/"