From be78dcb59f9509642fa3ac211811ae954fd83581 Mon Sep 17 00:00:00 2001 From: Joel Smith Date: Mon, 10 Aug 2026 09:26:55 -0600 Subject: [PATCH] Fix TLS scanner for KEDA/Custom Metrics Autoscaler --- .../openshift-custom-metrics-autoscaler-operator-main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-operator/config/openshift/custom-metrics-autoscaler-operator/openshift-custom-metrics-autoscaler-operator-main.yaml b/ci-operator/config/openshift/custom-metrics-autoscaler-operator/openshift-custom-metrics-autoscaler-operator-main.yaml index 7b0e9805fd15c..5504e0beb2738 100644 --- a/ci-operator/config/openshift/custom-metrics-autoscaler-operator/openshift-custom-metrics-autoscaler-operator-main.yaml +++ b/ci-operator/config/openshift/custom-metrics-autoscaler-operator/openshift-custom-metrics-autoscaler-operator-main.yaml @@ -108,7 +108,7 @@ tests: E2E_INSTALL_KEDA: "false" E2E_TEST_CONFIG: openshift-e2e.yaml PQC_CHECK: "true" - SCAN_NAMESPACE: openshift-keda + SCAN_NAMESPACE: keda,openshift-keda SCANNER_CPU_LIMIT: 500m SCANNER_CPU_REQUEST: 500m SCANNER_MEM_LIMIT: 1Gi