From 1a78f2f3361462b7b16ce82adeea2669f4d7a0c7 Mon Sep 17 00:00:00 2001 From: Kavitha P Date: Wed, 25 Aug 2021 16:40:38 +0530 Subject: [CDS] Enable workflow status CDS blueprints processors helm charts changes to include a flag to enable workflow status persistence Change-Id: Ieaf55c97bffc6f6ea3e8ea0bcde600e3b1cc037e Signed-off-by: Kavitha P Issue-ID: OOM-2803 --- .../cds-blueprints-processor/resources/config/application.properties | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kubernetes/cds/components/cds-blueprints-processor/resources/config/application.properties') diff --git a/kubernetes/cds/components/cds-blueprints-processor/resources/config/application.properties b/kubernetes/cds/components/cds-blueprints-processor/resources/config/application.properties index a3d32a9a03..ea799e2119 100755 --- a/kubernetes/cds/components/cds-blueprints-processor/resources/config/application.properties +++ b/kubernetes/cds/components/cds-blueprints-processor/resources/config/application.properties @@ -159,3 +159,6 @@ management.endpoint.health.show-details=always blueprintprocessor.k8s.plugin.username=unused blueprintprocessor.k8s.plugin.password=unused blueprintprocessor.k8s.plugin.url=http://multicloud-k8s:9015/ + +#Workflow audit store configuration +blueprintsprocessor.workflow.self-service-api.audit.storeEnable={{ .Values.workflow.storeEnabled }} -- cgit 1.2.3-korg