mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-22 01:03:27 +00:00
* fix annotation false issue neat imports * rewrite judge logic * add webhook * add webhook verify annotation * fix test fix bug * modify error message
15 lines
314 B
YAML
15 lines
314 B
YAML
apiVersion: core.oam.dev/v1beta1
|
|
kind: Application
|
|
metadata:
|
|
annotations:
|
|
"app.oam.dev/rollout-template": "false"
|
|
name: app-e2e
|
|
spec:
|
|
components:
|
|
- name: myweb
|
|
type: worker
|
|
properties:
|
|
image: "stefanprodan/podinfo:4.0.3"
|
|
cmd:
|
|
- ./podinfo
|
|
- stress-cpu=1 |