diff options
Diffstat (limited to 'kubernetes/cps/templates/cps-kafka-user.yaml')
-rw-r--r-- | kubernetes/cps/templates/cps-kafka-user.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kubernetes/cps/templates/cps-kafka-user.yaml b/kubernetes/cps/templates/cps-kafka-user.yaml index fafc8c3369..229e5dc2d5 100644 --- a/kubernetes/cps/templates/cps-kafka-user.yaml +++ b/kubernetes/cps/templates/cps-kafka-user.yaml @@ -54,4 +54,12 @@ spec: type: topic name: {{ .Values.config.ncmpAsyncM2MTopic.name }} operation: All + - resource: + type: group + name: {{ .Values.config.dmiCmEventsTopic.consumer.groupId }} + operation: All + - resource: + type: topic + name: {{ .Values.config.dmiCmEventsTopic.name }} + operation: All {{- end }}
\ No newline at end of file |