From 9d3e48a99c68e1a1c2fccf3fdb9736e247f21b91 Mon Sep 17 00:00:00 2001 From: Akash-Nayak Date: Thu, 21 Mar 2024 17:18:07 +0530 Subject: [PATCH] fix: Rename the new-category to ports (#58) Move the url path question from the ports category to network category Signed-off-by: Akash Nayak --- .../custom-qa-mapping/qamappings.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enable-disable-qa-categories/custom-qa-mapping/qamappings.yaml b/enable-disable-qa-categories/custom-qa-mapping/qamappings.yaml index ce605ba..34ad1f5 100644 --- a/enable-disable-qa-categories/custom-qa-mapping/qamappings.yaml +++ b/enable-disable-qa-categories/custom-qa-mapping/qamappings.yaml @@ -50,12 +50,12 @@ spec: questions: - move2kube.services.*.*.servicetype - move2kube.target.*.ingress.ingressclassname + - move2kube.services.*.*.urlpath - move2kube.target.*.ingress.host - move2kube.target.*.ingress.tls - - name: new-category + - name: ports enabled: true questions: - - move2kube.services.*.*.urlpath - move2kube.services.*.ports - move2kube.services.*.port - name: git