summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml
diff options
context:
space:
mode:
authorjmac <james.macnider@amdocs.com>2018-09-18 15:02:29 +0000
committerjmac <james.macnider@amdocs.com>2018-09-18 15:04:14 +0000
commitb6ead1eaa7f77c0cdad9f8afe51cdb5fd0f678bb (patch)
tree048b54409c42d12d79f1f12e1dd5cfb9ae744ff4 /kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml
parentbc7c2b8308105985d2807a1ddd94537b5b6bbbd3 (diff)
add missing properties for SDNC DMaaP listener
Change-Id: I7a9f462d1e494e2f9b5ab5df78c2b406aa1bde4d Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: SDNC-454
Diffstat (limited to 'kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml')
-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 }}