mirror of
https://github.com/kubevela/kubevela.git
synced 2026-03-27 13:57:52 +00:00
fix diff update example and test data version fix convert function fix e2e for helm clean up creationTimestamp in a hack way fix ci pending package suit test fix group version fix ci fix ut rename type to kind fix example fix conflicts Co-authored-by: yangsoon <yangsoonlx@gmail.com>
21 lines
422 B
YAML
21 lines
422 B
YAML
apiVersion: core.oam.dev/v1beta1
|
|
kind: Application
|
|
metadata:
|
|
name: myapp
|
|
namespace: default
|
|
spec:
|
|
components:
|
|
- name: demo-podinfo
|
|
type: webapp-chart
|
|
properties:
|
|
image:
|
|
tag: "5.1.2"
|
|
traits:
|
|
- type: patch-scaler
|
|
properties:
|
|
replicas: 2
|
|
- type: virtualgroup
|
|
properties:
|
|
group: "my-group1"
|
|
type: "cluster"
|