kubevela / community

KubeVela community content
Apache License 2.0
41 stars 42 forks source link

In workflowrun, the status of apply-app step is failed, but app status in vela cli shows ready #154

Closed xiaohuiliao closed 1 year ago

xiaohuiliao commented 1 year ago

apply-app step failed in workflowrun: image but app is running well from vela cli: image component log: image I create the workflowrun in velaux web page, the yaml looks like: `- name: build-push-image-test alias: build-push-image-test type: build-push-image description: '' orderIndex: 0 dependsOn: null properties: context: branch: main git: github.com/FogDong/simple-web-demo credentials: image: key: .dockerconfigjson name: dockerfile: ./Dockerfile image: >-

kanikoExecutor: oamdev/kaniko-executor:v1.9.1 verbosity: info - name: apply-app-test alias: apply-app-test type: apply-app description: '' orderIndex: 0 dependsOn: null properties: data: apiVersion: core.oam.dev/v1beta1 kind: Application metadata: name: my-vela-app-ci-wkfl namespace: spec: components: - name: my-web-ci-wkfl namespace: properties: image: >- imagePullSecrets: - ports: - expose: true port: 80 type: webservice`
xiaohuiliao commented 1 year ago

close