From 3166b22f3ed4ec37572887aa4a9d43205637a486 Mon Sep 17 00:00:00 2001 From: demskeq8 Date: Wed, 26 Apr 2023 10:27:00 +0200 Subject: [SDNC] Support kafka native interface Add Support of kafka native interface for SDNR Issue-ID: OOM-3170 Signed-off-by: demskeq8 Change-Id: Ic285cd2b72fae7c0169a0f0dbf45f646146a17e8 --- kubernetes/sdnc/templates/kafkauser.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 kubernetes/sdnc/templates/kafkauser.yaml (limited to 'kubernetes/sdnc/templates/kafkauser.yaml') diff --git a/kubernetes/sdnc/templates/kafkauser.yaml b/kubernetes/sdnc/templates/kafkauser.yaml new file mode 100644 index 0000000000..48c4754db8 --- /dev/null +++ b/kubernetes/sdnc/templates/kafkauser.yaml @@ -0,0 +1,18 @@ +{{/* +# Copyright © 2023 highstreet technologies GmbH +# +# 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. +*/}} +{{ if .Values.config.sdnr.kafka.enabled }} +{{ include "common.kafkauser" . }} +{{ end }} -- cgit 1.2.3-korg