Merge "[AAI] Service Mesh compatibility"
[oom.git] / kubernetes / cds / components / cds-blueprints-processor / values.yaml
index fe60b80..829bb22 100755 (executable)
@@ -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
@@ -178,3 +178,13 @@ resources:
       cpu: 2
       memory: 4Gi
   unlimited: {}
+
+#Pods Service Account
+serviceAccount:
+  nameOverride: cds-blueprints-processor
+  roles:
+    - read
+
+# workflow store flag
+workflow:
+  storeEnabled: false