Skip to content

Commit bfbd8b6

Browse files
Merge pull request #88223 from Dhruv-Soni11/RHDEVDOCS-6368
RHDEVDOCS-6368: Content fix for doc bug
2 parents aa10f6a + a434441 commit bfbd8b6

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

modules/con_notifications-configuration.adoc

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -98,23 +98,22 @@ spec:
9898
apiVersion: argoproj.io/v1alpha1
9999
kind: NotificationsConfiguration
100100
metadata:
101-
name: default-notifications-configuration # <1>
101+
name: default-notifications-configuration #<1>
102102
spec:
103-
subscriptions: |
104-
subscriptions: | # <2>
103+
subscriptions: #<2>
104+
subscriptions: |
105105
# subscription for on-sync-status-unknown trigger notifications
106106
- 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
111111
# subscription restricted to applications with matching labels only
112112
- 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
118117
----
119118
<1> Default name of the `NotificationsConfiguration` CR in a cluster.
120119
<2> An example custom subscription configuration for the `NotificationsConfiguration` CR.

0 commit comments

Comments
 (0)