github.com/oam-dev/kubevela@v1.9.11/references/docgen/def-doc/trait/service-account.eg.md (about) 1 ```yaml 2 apiVersion: core.oam.dev/v1beta1 3 kind: Application 4 metadata: 5 name: vela-doc 6 namespace: vela-system 7 spec: 8 components: 9 - name: frontend 10 type: webservice 11 properties: 12 image: oamdev/vela-cli:v1.5.0-beta.1 13 cmd: ["/bin/vela","show"] 14 ports: 15 - port: 18081 16 expose: true 17 traits: 18 - type: service-account 19 properties: 20 name: kubevela-vela-core 21 ```