summaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap/components/dmaap-bc/templates/deployment.yaml
diff options
context:
space:
mode:
authorpkaras <piotr.karas@nokia.com>2019-04-23 13:45:25 +0200
committerAlexis de Talhouƫt <adetalhouet89@gmail.com>2019-05-10 17:54:27 +0000
commit837db9583cbfb6b650449f0fca6b08828caad2bf (patch)
treeb0bc1afebd65ca6a4ec2f2289a3965e72eff6cd0 /kubernetes/dmaap/components/dmaap-bc/templates/deployment.yaml
parent6e520f189fbd1cfab2359763e454eff07bbc68a6 (diff)
Override aaf_locate_url from values.yaml
Change-Id: I189be373fb890f934d720e042274e2f06f3cd853 Issue-ID: DMAAP-1175 Signed-off-by: piotr.karas <piotr.karas@nokia.com> Signed-off-by: Tomek Kaminski <tomasz.kaminski@nokia.com>
Diffstat (limited to 'kubernetes/dmaap/components/dmaap-bc/templates/deployment.yaml')
-rw-r--r--kubernetes/dmaap/components/dmaap-bc/templates/deployment.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/kubernetes/dmaap/components/dmaap-bc/templates/deployment.yaml b/kubernetes/dmaap/components/dmaap-bc/templates/deployment.yaml
index fb31454c63..fffd4db847 100644
--- a/kubernetes/dmaap/components/dmaap-bc/templates/deployment.yaml
+++ b/kubernetes/dmaap/components/dmaap-bc/templates/deployment.yaml
@@ -97,6 +97,9 @@ spec:
# since there may be more than one file in each mountPath
- name: {{ include "common.name" . }}-config
mountPath: /opt/app/config/conf/
+ - name: {{ include "common.name" . }}-aaf-config
+ mountPath: /opt/app/dmaapbc/etc/org.onap.dmaap-bc.props
+ subPath: org.onap.dmaap-bc.props
resources:
{{ include "common.resources" . | indent 12 }}
@@ -115,5 +118,8 @@ spec:
- name: {{ include "common.name" . }}-config
configMap:
name: {{ include "common.fullname" . }}-config
+ - name: {{ include "common.name" . }}-aaf-config
+ configMap:
+ name: {{ include "common.fullname" . }}-aaf-config
imagePullSecrets:
- name: "{{ include "common.namespace" . }}-docker-registry-key"