mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-19 12:36:34 +00:00
- Remove gomega from workflow e2e-test step - Change the app phase to WorkFlowFailed when there is an error in workflow - Change the app10.yaml file Signed-off-by: Chaitanyareddy0702 <chaitanyareddy0702@gmail.com> Author: VibhorChinda <vibhorchinda@gmail.com>
20 lines
378 B
YAML
20 lines
378 B
YAML
apiVersion: core.oam.dev/v1beta1
|
|
kind: Application
|
|
metadata:
|
|
name: failed-app
|
|
spec:
|
|
components:
|
|
- name: myweb
|
|
type: worker
|
|
properties:
|
|
image: "stefanprodan/podinfo:4.0.3"
|
|
cmd:
|
|
- ./podinfo
|
|
- stress-cpu=1
|
|
workflow:
|
|
steps:
|
|
- name: apply
|
|
type: apply-component
|
|
properties:
|
|
component: test
|