diff options
author | afenner <andrew.fenner@ericsson.com> | 2018-05-23 14:19:55 +0000 |
---|---|---|
committer | afenner <andrew.fenner@ericsson.com> | 2018-05-23 14:26:19 +0000 |
commit | 291d787aa585ef86c86ad785a87c8735e7bafc5c (patch) | |
tree | fb28650f309fe5c3b924195940d70b548f43b204 | |
parent | 8474c3786a79d13c716ecd8b007106eebec399ac (diff) |
Fix DGBUILDER DBHOST reference
Issue-ID: OOM-1107
Change-Id: Idd3331679e4a04c01041d9de6b2fbfb6f94ea7da
Signed-off-by: afenner <andrew.fenner@ericsson.com>
-rw-r--r-- | kubernetes/common/dgbuilder/templates/deployment.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kubernetes/common/dgbuilder/templates/deployment.yaml b/kubernetes/common/dgbuilder/templates/deployment.yaml index b9c90f2681..328e058f5c 100644 --- a/kubernetes/common/dgbuilder/templates/deployment.yaml +++ b/kubernetes/common/dgbuilder/templates/deployment.yaml @@ -60,16 +60,16 @@ spec: mountPath: /opt/app/application.properties subPath: application.properties - name: config - mountPath: /opt/onap/sdnc/dgbuilder/releases/sdnc1.0/conf/svclogic.properties + mountPath: /opt/onap/ccsdk/dgbuilder/releases/sdnc1.0/conf/svclogic.properties subPath: svclogic.properties - name: config - mountPath: /opt/onap/sdnc/dgbuilder/svclogic/svclogic.properties + mountPath: /opt/onap/ccsdk/dgbuilder/svclogic/svclogic.properties subPath: svclogic.properties - name: scripts - mountPath: /opt/onap/sdnc/dgbuilder/createReleaseDir.sh + mountPath: /opt/onap/ccsdk/dgbuilder/createReleaseDir.sh subPath: createReleaseDir.sh - name: scripts - mountPath: /opt/onap/sdnc/dgbuilder/releases/sdnc1.0/customSettings.js + mountPath: /opt/onap/ccsdk/dgbuilder/releases/sdnc1.0/customSettings.js subPath: customSettings.js resources: {{ toYaml .Values.resources | indent 12 }} |