Skip to content

Commit dfb6d3b

Browse files
OAS Update
1 parent 3d067c2 commit dfb6d3b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

services/observability/v1/observability.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4759,7 +4759,11 @@
47594759
"data": {
47604760
"global": {
47614761
"resolveTimeout": "5m",
4762-
"smtpFrom": "[email protected]"
4762+
"smtpAuthIdentity": "*****",
4763+
"smtpAuthPassword": "*****",
4764+
"smtpAuthUsername": "*****",
4765+
"smtpFrom": "[email protected]",
4766+
"smtpSmarthost": "*****"
47634767
},
47644768
"inhibitRules": [
47654769
{
@@ -4913,6 +4917,8 @@
49134917
"example": {
49144918
"data": {
49154919
"global": {
4920+
"resolveTimeout": "5m",
4921+
"smtpAuthIdentity": "[email protected]",
49164922
"smtpAuthPassword": "password",
49174923
"smtpAuthUsername": "alertmanager",
49184924
"smtpFrom": "[email protected]",

0 commit comments

Comments
 (0)