summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdnc/components/dmaap-listener/templates
diff options
context:
space:
mode:
authorSandeep Shah <sandeeplinux1068@gmail.com>2020-09-02 21:54:56 -0500
committerSandeep Shah <sandeeplinux1068@gmail.com>2020-09-04 09:08:14 -0500
commit84e28ae64a1dc541b4fdac1033d10f627dd2e047 (patch)
tree0e3fccd828ff60d048ed8ac3c5d792def06a6974 /kubernetes/sdnc/components/dmaap-listener/templates
parent23e0d7989ce7a9dad916742f36deddb9160cd394 (diff)
Mounting of DMAAP listener properties for RANSlice
Mounting of DMAAP listener properties for RANSlice in SDNC DMAAP-Listener charts Issue-ID: OOM-2550 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: Iba8dde371ba78e784dfba6f04f7ccd925e140d4f
Diffstat (limited to 'kubernetes/sdnc/components/dmaap-listener/templates')
-rw-r--r--kubernetes/sdnc/components/dmaap-listener/templates/deployment.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/sdnc/components/dmaap-listener/templates/deployment.yaml b/kubernetes/sdnc/components/dmaap-listener/templates/deployment.yaml
index c2d69a1aac..fda4518542 100644
--- a/kubernetes/sdnc/components/dmaap-listener/templates/deployment.yaml
+++ b/kubernetes/sdnc/components/dmaap-listener/templates/deployment.yaml
@@ -104,6 +104,9 @@ spec:
- mountPath: {{ .Values.config.configDir }}/dmaap-consumer-oofpcipoc.properties
name: properties
subPath: dmaap-consumer-oofpcipoc.properties
+ - mountPath: {{ .Values.config.configDir }}/dmaap-consumer-RANSlice.properties
+ name: properties
+ subPath: dmaap-consumer-RANSlice.properties
resources:
{{ include "common.resources" . | indent 12 }}
{{- if .Values.nodeSelector }}