github.com/oam-dev/kubevela@v1.9.11/test/e2e-test/testdata/app/app_notification.yaml (about) 1 apiVersion: core.oam.dev/v1beta1 2 kind: Application 3 metadata: 4 name: noti 5 namespace: default 6 spec: 7 components: [] 8 workflow: 9 steps: 10 - name: notification 11 type: notification 12 properties: 13 slack: 14 url: 15 value: https://kubevela.io 16 message: 17 text: hello world