Skip to content

Commit

Permalink
Ignore kube-linter dangling service issue for tekton-chains
Browse files Browse the repository at this point in the history
This service is required by pipeline-service so this is why it is
defined here rather than in OSP. Ignore the kube-linter issue as this
is not a dangling service, the pod selector does match an existing
deployment.

PLNSRVCE-1476

Signed-off-by: Hugo Arès <[email protected]>
  • Loading branch information
hugares authored and Roming22 committed Dec 21, 2023
1 parent ec0605c commit 1f149f4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
namespace: openshift-pipelines
annotations:
argocd.argoproj.io/sync-wave: "0"
ignore-check.kube-linter.io/dangling-service: This service is not dangling, it exposes metric for an OSP deployment
labels:
app.kubernetes.io/part-of: tekton-chains
app.kubernetes.io/component: metrics
Expand Down

0 comments on commit 1f149f4

Please sign in to comment.