diff options
author | efiacor <fiachra.corcoran@est.tech> | 2023-03-22 11:04:45 +0000 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2023-04-01 11:42:10 +0100 |
commit | 1e6ad11acdc684bfba3ad2ba99a7a20a1b813fce (patch) | |
tree | 8f512d5a9fb6d4d889cfa7ab18f84c1ae14c02f4 /kubernetes/so/components/so-sdc-controller/templates/so-sdc-dist-kakfa-user.yaml | |
parent | 1d93334b79aee33512fdf1dd1e3f7b17974c6d20 (diff) |
[SO-SDC-DIST] Move to use strimzi kafka tpl
Use Strimzi common tpl for so-sdc-distribution
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I744e5bb49b42e35a87eb8f29695b4102e3c1f507
Issue-ID: DMAAP-1876
Diffstat (limited to 'kubernetes/so/components/so-sdc-controller/templates/so-sdc-dist-kakfa-user.yaml')
-rw-r--r-- | kubernetes/so/components/so-sdc-controller/templates/so-sdc-dist-kakfa-user.yaml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/kubernetes/so/components/so-sdc-controller/templates/so-sdc-dist-kakfa-user.yaml b/kubernetes/so/components/so-sdc-controller/templates/so-sdc-dist-kakfa-user.yaml deleted file mode 100644 index 4619c8ebc0..0000000000 --- a/kubernetes/so/components/so-sdc-controller/templates/so-sdc-dist-kakfa-user.yaml +++ /dev/null @@ -1,36 +0,0 @@ -{{/* -# Copyright © 2022 Nordix Foundation -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -*/}} -apiVersion: kafka.strimzi.io/v1beta2 -kind: KafkaUser -metadata: - name: {{ include "common.release" . }}-{{ .Values.global.soSdcListenerKafkaUser }} - labels: - strimzi.io/cluster: {{ include "common.release" . }}-strimzi -spec: - authentication: - type: {{ .Values.config.kafka.saslMechanism | lower }} - authorization: - type: {{ .Values.config.kafka.authType }} - acls: - - resource: - type: group - name: {{ .Values.config.kafka.sdcTopic.consumerGroup }} - operation: All - - resource: - type: topic - patternType: prefix - name: {{ .Values.config.kafka.sdcTopic.pattern }} - operation: All |