summaryrefslogtreecommitdiffstats
path: root/kubernetes/cps/components/ncmp-dmi-plugin/templates/kafkauser.yaml
diff options
context:
space:
mode:
authormpriyank <priyank.maheshwari@est.tech>2023-04-13 16:27:25 +0100
committerPriyank Maheshwari <priyank.maheshwari@est.tech>2023-04-20 16:09:24 +0000
commit9d4d923694a16dfe53adf262091eba61e4a3cb56 (patch)
treed05ac4ca3f27307d6a1765565bf5c402785d0fa7 /kubernetes/cps/components/ncmp-dmi-plugin/templates/kafkauser.yaml
parent5d3c01e7a04a0c67fc90788ce7a7be254542c3c9 (diff)
[CPS] Update cps-and-ncmp and dmi-plugin image
- updating cps-and-ncmp docker image to 3.2.6 - updating ncmp-dmi-plugin docker image to 1.3.0 and adding JAAS config - temporarily removing the faulty link Issue-ID: CPS-1589 Change-Id: Ia57af84137b02a090191cb29c66bd6cdf85f7aeb Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'kubernetes/cps/components/ncmp-dmi-plugin/templates/kafkauser.yaml')
-rw-r--r--kubernetes/cps/components/ncmp-dmi-plugin/templates/kafkauser.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/kubernetes/cps/components/ncmp-dmi-plugin/templates/kafkauser.yaml b/kubernetes/cps/components/ncmp-dmi-plugin/templates/kafkauser.yaml
new file mode 100644
index 0000000000..708e99dfe0
--- /dev/null
+++ b/kubernetes/cps/components/ncmp-dmi-plugin/templates/kafkauser.yaml
@@ -0,0 +1,16 @@
+{{/*
+# Copyright © 2023 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.
+*/}}
+{{ include "common.kafkauser" . }} \ No newline at end of file