File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -98,23 +98,22 @@ spec:
98
98
apiVersion: argoproj.io/v1alpha1
99
99
kind: NotificationsConfiguration
100
100
metadata:
101
- name: default-notifications-configuration # <1>
101
+ name: default-notifications-configuration #<1>
102
102
spec:
103
- subscriptions: |
104
- subscriptions: | # <2>
103
+ subscriptions: #<2>
104
+ subscriptions: |
105
105
# subscription for on-sync-status-unknown trigger notifications
106
106
- recipients:
107
- - slack:test2
108
- - email:test@gmail.com
109
- triggers:
110
- - on-sync-status-unknown
107
+ - slack:test2
108
+ - email:test@gmail.com
109
+ triggers:
110
+ - on-sync-status-unknown
111
111
# subscription restricted to applications with matching labels only
112
112
- recipients:
113
- - slack:test3
114
- selector: test=true
115
- triggers:
116
- - on-sync-status-unknown
117
- icon: <override-icon> # optional icon for the message (supports both emoji and url notation)
113
+ - slack:test3
114
+ selector: test=true
115
+ triggers:
116
+ - on-sync-status-unknown
118
117
----
119
118
<1> Default name of the `NotificationsConfiguration` CR in a cluster.
120
119
<2> An example custom subscription configuration for the `NotificationsConfiguration` CR.
You can’t perform that action at this time.
0 commit comments