Skip to content

Commit

Permalink
enable PrometheusPostgresExporter in automation loa test
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Jul 4, 2024
1 parent 8beda60 commit 37f5425
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions integration-tests/load/automationv2_1/automationv2_1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ Password = '%s'`
"memory": "4Gi",
},
},
"stateful": true,
"capacity": "20Gi",
"stateful": true,
"capacity": "20Gi",
"enablePrometheusPostgresExporter": true,
}

recNodeSpec = map[string]interface{}{
Expand Down

0 comments on commit 37f5425

Please sign in to comment.