github.com/oam-dev/kubevela@v1.9.11/docs/examples/insert-secret/app.yaml (about) 1 apiVersion: core.oam.dev/v1beta1 2 kind: Application 3 metadata: 4 name: myapp 5 namespace: default 6 spec: 7 components: 8 - name: comp1 9 type: webservice 10 properties: 11 image: busybox 12 cmd: 13 - "sleep" 14 - "1000" 15 - name: myweb 16 type: secretconsumer 17 properties: 18 image: nginx:1.14.0 19 dbSecret: mys