diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-06-29 16:24:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-06-29 16:24:52 +0000 |
commit | dcff42b4a5b406ff9abb3da0e077268581e4cb51 (patch) | |
tree | b733f8c34605a2548991a775ae44400f96640c5a /kubernetes/sdnc/templates/kafkauser.yaml | |
parent | 3565fe76ff3a74d92e3fd6e5f96d4886001c3e77 (diff) | |
parent | 3166b22f3ed4ec37572887aa4a9d43205637a486 (diff) |
Merge "[SDNC] Support kafka native interface"
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 }} |