Skip to content

Commit

Permalink
Merge pull request #1114 from flanksource/transformed-labels
Browse files Browse the repository at this point in the history
fix: merge canary and check labels for summary api
  • Loading branch information
moshloop authored Jul 4, 2023
2 parents 7b299b4 + f47db17 commit 57ecd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cache/postgres_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ SELECT
checks.description,
canaries.namespace,
canaries.name as canaryName,
canaries.labels,
canaries.labels || checks.labels as labels,
severity,
owner,
last_runtime,
Expand Down

0 comments on commit 57ecd2c

Please sign in to comment.