Skip to content

Commit

Permalink
pipeline label
Browse files Browse the repository at this point in the history
  • Loading branch information
ssyno committed Jun 11, 2024
1 parent aca2acd commit 0ca58bb
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ spec:
"secret",
"(.*)-teleport-join-token"
)
) by (cluster_id, installation, provider)
) by (pipeline, cluster_id, installation, provider)
!= sum (
capi_cluster_status_phase{phase="Provisioned"}
) by (cluster_id, installation, provider)
) by (pipeline, cluster_id, installation, provider)
for: 60m
labels:
area: kaas
Expand All @@ -48,10 +48,10 @@ spec:
"configmap",
"(.*)-teleport-kube-agent-config"
)
) by (cluster_id, installation, provider)
) by (pipeline, cluster_id, installation, provider)
!= sum (
capi_cluster_status_phase{phase="Provisioned"}
) by (cluster_id, installation, provider)
) by (pipeline, cluster_id, installation, provider)
for: 60m
labels:
area: kaas
Expand Down

0 comments on commit 0ca58bb

Please sign in to comment.