github.com/oam-dev/kubevela@v1.9.11/test/e2e-test/testdata/app/app11.yaml (about) 1 apiVersion: core.oam.dev/v1beta1 2 kind: Application 3 metadata: 4 name: app-service-account-e2e 5 annotations: 6 app.oam.dev/service-account-name: default 7 spec: 8 components: 9 - name: myweb 10 type: worker 11 properties: 12 image: "stefanprodan/podinfo:4.0.3" 13 cmd: 14 - ./podinfo 15 - stress-cpu=1