summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdnc/components/dmaap-listener/templates/deployment.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-09-09 06:49:19 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-09 06:49:19 +0000
commit7e1a8495095461843a13b39bf02571cf241defb8 (patch)
tree89a31e13ea103259a3f0275aeb6b118efaaefa1d /kubernetes/sdnc/components/dmaap-listener/templates/deployment.yaml
parent254abbc3238d1cc5ff625511af19ec16b44f9c7b (diff)
parent84e28ae64a1dc541b4fdac1033d10f627dd2e047 (diff)
Merge "Mounting of DMAAP listener properties for RANSlice"
Diffstat (limited to 'kubernetes/sdnc/components/dmaap-listener/templates/deployment.yaml')
-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 4c288b2a6f..e3dfa869ee 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 }}