mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-23 22:46:53 +00:00
* Chore: update cue version to attr and notification Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com> * Fix: docgen test Signed-off-by: Somefive <yd219913@alibaba-inc.com> Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com> Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com> Signed-off-by: Somefive <yd219913@alibaba-inc.com> Co-authored-by: Somefive <yd219913@alibaba-inc.com>
17 lines
326 B
YAML
17 lines
326 B
YAML
apiVersion: core.oam.dev/v1beta1
|
|
kind: Application
|
|
metadata:
|
|
name: noti
|
|
namespace: default
|
|
spec:
|
|
components: []
|
|
workflow:
|
|
steps:
|
|
- name: notification
|
|
type: notification
|
|
properties:
|
|
slack:
|
|
url:
|
|
value: https://kubevela.io
|
|
message:
|
|
text: hello world |