Skip to content

Commit 15a18c7

Browse files
committed
(DOCSP-46775): Removes offending commas.
(cherry picked from commit ae72a06)
1 parent eab9cd8 commit 15a18c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/atlasproject-custom-resource.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ Slack:
286286
connectionSecretRef:
287287
name: my-atlas-key
288288
alertConfigurations:
289-
- eventTypeName: "REPLICATION_OPLOG_WINDOW_RUNNING_OUT",
290-
enabled: true,
289+
- eventTypeName: "REPLICATION_OPLOG_WINDOW_RUNNING_OUT"
290+
enabled: true
291291
notifications:
292292
- delayMin: 0
293293
emailEnabled: true
@@ -299,8 +299,8 @@ Slack:
299299
name: key-name
300300
namespace: key-namespace
301301
threshold:
302-
operator: "LESS_THAN",
303-
threshold: "1",
302+
operator: "LESS_THAN"
303+
threshold: "1"
304304
units: "HOURS"
305305
alertConfigurationSyncEnabled: true
306306
withDefaultAlertsSettings: false

0 commit comments

Comments
 (0)