diff options
author | efiacor <fiachra.corcoran@est.tech> | 2023-02-20 17:05:30 +0000 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2023-02-21 17:21:26 +0000 |
commit | 9f2a0a07f134c9f5346ae241bb24748068e4f6bd (patch) | |
tree | dc9049f38d9d0d63e4880281a91ad83c782fe1ba /kubernetes/cps/templates/cps-kafka-user.yaml | |
parent | 23f5499dad42a1147b4edbd6d7b6480895d985bc (diff) |
[CPS] Change cps-core/temporal to use strimzi templates
CPS core and temporal will now use the custom strimzi kafka tmplates
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I3a25e036e3bc2315c335424f624ebf6d538994e2
Issue-ID: CPS-1503
Diffstat (limited to 'kubernetes/cps/templates/cps-kafka-user.yaml')
-rw-r--r-- | kubernetes/cps/templates/cps-kafka-user.yaml | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/kubernetes/cps/templates/cps-kafka-user.yaml b/kubernetes/cps/templates/cps-kafka-user.yaml index 229e5dc2d5..469dddae86 100644 --- a/kubernetes/cps/templates/cps-kafka-user.yaml +++ b/kubernetes/cps/templates/cps-kafka-user.yaml @@ -1,5 +1,5 @@ {{/* -# Copyright © 2022 Nordix Foundation +# Copyright © 2022-2023 Nordix Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,18 +28,6 @@ spec: acls: - resource: type: group - name: {{ .Values.config.dataUpdatedTopic.consumer.groupId }} - operation: Read - - resource: - type: topic - name: {{ .Values.config.dataUpdatedTopic.name }} - operation: Read - - resource: - type: topic - name: {{ .Values.config.dataUpdatedTopic.name }} - operation: Write - - resource: - type: group name: {{ .Values.config.ncmpEventsTopic.consumer.groupId }} operation: All - resource: |