Skip to content

Commit

Permalink
fix: correct deployment query
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolftousen committed Sep 20, 2024
1 parent 7036246 commit ea118f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/loki.rs
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ async fn query_merge_data(request: &DataRequest) -> Result<QueryResponse> {
async fn query_deploy_data(request: &DataRequest) -> Result<QueryResponse> {
let query_params = fill_query_params(
request,
r#"deployment_state=~"success|failure""#,
r#"deployment_status=~`failure|success`"#,
None::<&str>,
);

Expand Down

0 comments on commit ea118f4

Please # to comment.