From d7136f1f9d6cc352897892ee4b0ef0470e58087d Mon Sep 17 00:00:00 2001 From: sushant53 Date: Wed, 7 Feb 2024 19:06:36 +0530 Subject: [DCAEGEN2] Update helm chart for dcae-prh Update helm chart for prh changes to remove DMaaP dependency Issue-ID: DCAEGEN2-3402 Change-Id: I36ae6a6821a2462a147d0e80f7de5b7b34afda9a Signed-off-by: sushant53 --- .../components/dcae-prh/templates/kafkauser.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 kubernetes/dcaegen2-services/components/dcae-prh/templates/kafkauser.yaml (limited to 'kubernetes/dcaegen2-services/components/dcae-prh/templates/kafkauser.yaml') diff --git a/kubernetes/dcaegen2-services/components/dcae-prh/templates/kafkauser.yaml b/kubernetes/dcaegen2-services/components/dcae-prh/templates/kafkauser.yaml new file mode 100644 index 0000000000..5c7edd5b19 --- /dev/null +++ b/kubernetes/dcaegen2-services/components/dcae-prh/templates/kafkauser.yaml @@ -0,0 +1,16 @@ +{{/* +# Copyright © 2024 Deutsche Telekom Intellectual Property. All rights reserved. +# +# 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. +*/}} +{{ include "common.kafkauser" . }} -- cgit 1.2.3-korg