mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-20 08:13:23 +00:00
use settings from App to override Values add discovery util to get workload created by helm module add helm typed structs into workloadDef and traitDef update doc & refine code add e2e test for helm module application use oam.dev/catalog as helm repo Signed-off-by: roywang <seiwy2010@gmail.com>
21 lines
417 B
YAML
21 lines
417 B
YAML
apiVersion: core.oam.dev/v1alpha2
|
|
kind: Application
|
|
metadata:
|
|
name: myapp
|
|
namespace: default
|
|
spec:
|
|
components:
|
|
- name: demo-podinfo
|
|
type: webapp-chart
|
|
settings:
|
|
image:
|
|
tag: "5.1.2"
|
|
traits:
|
|
- name: scaler
|
|
properties:
|
|
replicas: 2
|
|
- name: virtualgroup
|
|
properties:
|
|
group: "my-group1"
|
|
type: "cluster"
|