From 36f4d52aa331fb2d1e3b2869cf94d62466107462 Mon Sep 17 00:00:00 2001 From: ds-mkanal <100209308+mkanal@users.noreply.github.com> Date: Wed, 24 Jul 2024 09:37:11 +0200 Subject: [PATCH] Change default value for purpose --- charts/traceability-foss/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/traceability-foss/values.yaml b/charts/traceability-foss/values.yaml index e5d0061267..c3154ec0a6 100644 --- a/charts/traceability-foss/values.yaml +++ b/charts/traceability-foss/values.yaml @@ -275,7 +275,7 @@ backend: url: "" # backend url example: https:// leftOperand: "PURPOSE" operatorType: "eq" - rightOperand: "ID 3.0 Trace" + rightOperand: "changeme" leftOperandSecond: "anything" operatorTypeSecond: "eq" rightOperandSecond: "anything"