diff options
author | demskeq8 <alexander.dehn@highstreet-technologies.com> | 2023-04-26 10:27:00 +0200 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2023-06-29 16:25:18 +0000 |
commit | 2725f3e3f7dc2b2a298056654bb8cb3db6bf3dc5 (patch) | |
tree | e4773db60ac2be038d03e5913a37fc732b96f433 /kubernetes/sdnc/templates/kafkauser.yaml | |
parent | c24dc5736a5e8652b73aa5ce7d3fed6b2f91d284 (diff) |
Add Support of kafka native interface for SDNR
Issue-ID: OOM-3170
Signed-off-by: demskeq8 <alexander.dehn@highstreet-technologies.com>
Change-Id: Ic285cd2b72fae7c0169a0f0dbf45f646146a17e8
(cherry picked from commit 3166b22f3ed4ec37572887aa4a9d43205637a486)
Diffstat (limited to 'kubernetes/sdnc/templates/kafkauser.yaml')
-rw-r--r-- | kubernetes/sdnc/templates/kafkauser.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
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 }} |