From e0a34e524d2f7f9d1de23b9efe24928364c56192 Mon Sep 17 00:00:00 2001 From: divyansh42 Date: Wed, 13 May 2026 11:28:53 +0530 Subject: [PATCH] fix(tekton-results): use passthrough TLS termination for route Change the default TLS termination from edge to passthrough for the Tekton Results API route. This aligns with the operator's support for TLS customization via the TektonResult CR route_tls_termination field. Signed-off-by: divyansh42 --- .../operator/kodata/static/tekton-results/route-rbac/rbac.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/openshift/operator/kodata/static/tekton-results/route-rbac/rbac.yaml b/cmd/openshift/operator/kodata/static/tekton-results/route-rbac/rbac.yaml index 456e009fbd..d734dfa522 100644 --- a/cmd/openshift/operator/kodata/static/tekton-results/route-rbac/rbac.yaml +++ b/cmd/openshift/operator/kodata/static/tekton-results/route-rbac/rbac.yaml @@ -58,5 +58,5 @@ spec: port: targetPort: 8080 tls: - termination: edge + termination: passthrough insecureEdgeTerminationPolicy: Redirect