Merge "[CDS] Enable workflow status"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 1 Sep 2021 13:25:07 +0000 (13:25 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 1 Sep 2021 13:25:07 +0000 (13:25 +0000)
1  2 
kubernetes/cds/components/cds-blueprints-processor/values.yaml

@@@ -51,7 -51,7 +51,7 @@@ secrets
  # Application configuration defaults.
  #################################################################
  # application image
 -image: onap/ccsdk-blueprintsprocessor:1.1.4
 +image: onap/ccsdk-blueprintsprocessor:1.1.5
  pullPolicy: Always
  
  # flag to enable debugging - application support required
@@@ -184,3 -184,7 +184,7 @@@ serviceAccount
    nameOverride: cds-blueprints-processor
    roles:
      - read
+ # workflow store flag
+ workflow:
+   storeEnabled: false