CDS blueprints processors helm charts changes to include a flag to
enable workflow status persistence
Change-Id: Ieaf55c97bffc6f6ea3e8ea0bcde600e3b1cc037e
Signed-off-by: Kavitha P <pkavitha@aarnanetworks.com>
Issue-ID: OOM-2803
 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 }}
 
   nameOverride: cds-blueprints-processor
   roles:
     - read
+
+# workflow store flag
+workflow:
+  storeEnabled: false