We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab9cd8 commit 15a18c7Copy full SHA for 15a18c7
source/atlasproject-custom-resource.txt
@@ -286,8 +286,8 @@ Slack:
286
connectionSecretRef:
287
name: my-atlas-key
288
alertConfigurations:
289
- - eventTypeName: "REPLICATION_OPLOG_WINDOW_RUNNING_OUT",
290
- enabled: true,
+ - eventTypeName: "REPLICATION_OPLOG_WINDOW_RUNNING_OUT"
+ enabled: true
291
notifications:
292
- delayMin: 0
293
emailEnabled: true
@@ -299,8 +299,8 @@ Slack:
299
name: key-name
300
namespace: key-namespace
301
threshold:
302
- operator: "LESS_THAN",
303
- threshold: "1",
+ operator: "LESS_THAN"
+ threshold: "1"
304
units: "HOURS"
305
alertConfigurationSyncEnabled: true
306
withDefaultAlertsSettings: false
0 commit comments