Files
kubevela/test/e2e-test/testdata/app/app5.yaml
wyike 83c9c17cc7 fix application rollout annotation false issue (#1633)
* fix annotation false issue

neat imports

* rewrite judge logic

* add webhook

* add webhook verify annotation

* fix test

fix bug

* modify error message
2021-05-11 19:12:25 +08:00

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