summaryrefslogtreecommitdiffstats
path: root/kubernetes/cds/values.yaml
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2022-03-04 15:01:30 +0000
committerFiachra Corcoran <fiachra.corcoran@est.tech>2022-04-23 10:39:48 +0000
commitecbae13f26a528860fa2b066a4ecfc5081bfc8aa (patch)
treeb1993846af3aaa8d6f99a99297752ffa0115a085 /kubernetes/cds/values.yaml
parent368aced4fe43867012206eaad4560d11b1b86672 (diff)
[CDS-STRIMZI] Migrate cds to use strimzi kafka
Move cds to use strimzi kafka Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I89a64399d677584829e6408c8f72e9b5ad41cabd Issue-ID: DMAAP-1706
Diffstat (limited to 'kubernetes/cds/values.yaml')
-rw-r--r--kubernetes/cds/values.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/cds/values.yaml b/kubernetes/cds/values.yaml
index edac066f6f..58e6b65c6f 100644
--- a/kubernetes/cds/values.yaml
+++ b/kubernetes/cds/values.yaml
@@ -1,6 +1,7 @@
# Copyright © 2020 Samsung Electronics
# Copyright © 2019 Orange, Bell Canada
# Copyright © 2017 Amdocs, Bell Canada
+# Modification Copyright © 2022 Nordix Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -22,6 +23,7 @@ global:
nodePortPrefixExt: 304
persistence:
mountPath: /dockerdata-nfs
+ cdsKafkaUser: cds-kafka-user
#################################################################
# Secrets metaconfig
@@ -212,6 +214,7 @@ cds-blueprints-processor:
dbPort: 3306
dbName: *mysqlDbName
dbCredsExternalSecret: *dbUserSecretName
+ jaasConfExternalSecret: '{{ include "common.release" . }}-{{ .Values.global.kafkaUser }}'
cds-command-executor:
enabled: true