Skip to content

Commit

Permalink
chore(watchtower): remove running status from prop lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Dec 31, 2024
1 parent 3b07fdb commit cfcb89b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions charts/mission-control/templates/mission-control.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ spec:
WHERE
name LIKE 'mission-control-%'
AND type = 'Kubernetes::Pod'
AND status = 'Running'
AND deleted_at IS NULL
AND agent_id = '00000000-0000-0000-0000-000000000000'
ORDER BY created_at desc
Expand Down Expand Up @@ -274,7 +273,6 @@ spec:
WHERE
name LIKE 'canary-checker-%'
AND type = 'Kubernetes::Pod'
AND status = 'Running'
AND deleted_at IS NULL
AND agent_id = '00000000-0000-0000-0000-000000000000'
ORDER BY created_at desc
Expand Down Expand Up @@ -448,7 +446,6 @@ spec:
WHERE
name LIKE 'config-db-%'
AND type = 'Kubernetes::Pod'
AND status = 'Running'
AND deleted_at IS NULL
AND agent_id = '00000000-0000-0000-0000-000000000000'
ORDER BY created_at desc
Expand Down

0 comments on commit cfcb89b

Please sign in to comment.