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