mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-21 00:33:29 +00:00
14 lines
331 B
YAML
14 lines
331 B
YAML
apiVersion: core.oam.dev/v1alpha2
|
|
kind: ApplicationConfiguration
|
|
metadata:
|
|
name: example-appconfig
|
|
namespace: component-versioning-test
|
|
spec:
|
|
components:
|
|
- componentName: example-component
|
|
traits:
|
|
- trait:
|
|
apiVersion: example.com/v1
|
|
kind: Bar
|
|
spec:
|
|
foo: bar |