Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / strimzi / templates / strimzi-kafka-admin-user.yaml
index 2653c67..4532777 100644 (file)
 apiVersion: kafka.strimzi.io/v1beta2
 kind: KafkaUser
 metadata:
-  name: {{ .Values.kafkaStrimziAdminUser }}
+  name: {{ .Values.config.strimziKafkaAdminUser }}
   labels:
     strimzi.io/cluster: {{ include "common.release" . }}-strimzi
 spec:
   authentication:
-    type: {{ .Values.saslMechanism }}
-  authorization:
-    type: simple
-    acls:
-    - resource:
-        type: group
-        name: onap-group
-      operation: Read
\ No newline at end of file
+    type: {{ .Values.config.saslMechanism }}