From e39b0f0b2c05860ec5b745ccc3b5c38ef9629406 Mon Sep 17 00:00:00 2001 From: Romain Arnaud Date: Thu, 4 Jan 2024 17:34:37 -0500 Subject: [PATCH] Disabling check_owner because of a major bug A bug in Tekton Results needs to be fixed before we can activate the feature. rh-pre-commit.version: 2.0.3 rh-pre-commit.check-secrets: ENABLED --- .../argocd/pipeline-service/tekton-results/watcher-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/gitops/argocd/pipeline-service/tekton-results/watcher-config.yaml b/operator/gitops/argocd/pipeline-service/tekton-results/watcher-config.yaml index 15682783f..57a1a0a13 100644 --- a/operator/gitops/argocd/pipeline-service/tekton-results/watcher-config.yaml +++ b/operator/gitops/argocd/pipeline-service/tekton-results/watcher-config.yaml @@ -17,7 +17,7 @@ spec: "tekton-results-api-service.tekton-results.svc.cluster.local:8080", "-auth_mode", "token", - "-check_owner=false", + # "-check_owner=false", "-completed_run_grace_period", "10m", ]