[MULTICLOUD] Move multicloud k8s to use strimzi kafka user template
[oom.git] / kubernetes / multicloud / components / multicloud-k8s / values.yaml
index 36cb701..aea6915 100644 (file)
@@ -18,7 +18,7 @@
 global:
   nodePortPrefixExt: 304
   persistence: {}
-  artifactImage: onap/multicloud/framework-artifactbroker:1.8.1
+  artifactImage: onap/multicloud/framework-artifactbroker:1.9.0
 
 #################################################################
 # Application configuration defaults.
@@ -27,6 +27,17 @@ global:
 image: onap/multicloud/k8s:0.10.1
 pullPolicy: Always
 
+# Strimzi KafkaUser config
+kafkaUser:
+  acls:
+    - name: multicloud
+      type: group
+      operations: [Read]
+    - name: SDC-DISTR
+      type: topic
+      patternType: prefix
+      operations: [Read, Write]
+
 # flag to enable debugging - application support required
 debugEnabled: false