summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdnc/charts/dmaap-listener/templates
diff options
context:
space:
mode:
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>2018-09-18 15:34:54 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-18 15:34:54 +0000
commitba578f8df7a3d2ad3f4a43ef3e850b3b91518f40 (patch)
tree3e370e65d119211b3e7efc642f5a5d3539162686 /kubernetes/sdnc/charts/dmaap-listener/templates
parent91524d0531e4eb7c3070dc09dc397561da0fc710 (diff)
parentb6ead1eaa7f77c0cdad9f8afe51cdb5fd0f678bb (diff)
Merge "add missing properties for SDNC DMaaP listener"
Diffstat (limited to 'kubernetes/sdnc/charts/dmaap-listener/templates')
-rw-r--r--kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml b/kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml
index a649a077ed..d69d67dfc4 100644
--- a/kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml
+++ b/kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml
@@ -73,6 +73,9 @@ spec:
- mountPath: {{ .Values.config.configDir }}/lcm.properties
name: properties
subPath: lcm.properties
+ - mountPath: {{ .Values.config.configDir }}/aai.properties
+ name: properties
+ subPath: aai.properties
resources:
{{ toYaml (pluck .Values.flavor .Values.resources| first) | indent 12 }}
{{- if .Values.nodeSelector }}