diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2017-11-28 10:50:57 -0500 |
---|---|---|
committer | Alexis de Talhouët <alexis.de_talhouet@bell.ca> | 2017-11-28 15:54:02 +0000 |
commit | 80c974c8ec2c1792ee22ddc4d0b772157c87701c (patch) | |
tree | 9494b81b54a3860aa1a566823afcd3d531ca549f /kubernetes/appc/templates | |
parent | b169712eda4caf10638cb0dacd43023d85ca352e (diff) |
Adjust appc to latest (Amsterdam)
Following fixes as done as per as APPC configuration
- fix docker versions:
- fix properties file
Change-Id: Ie2fa50bd0ddc2073f2dba37b09aa8f15de7643cb
Issue-ID: OOM-470
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'kubernetes/appc/templates')
-rw-r--r-- | kubernetes/appc/templates/dgbuilder-deployment.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/kubernetes/appc/templates/dgbuilder-deployment.yaml b/kubernetes/appc/templates/dgbuilder-deployment.yaml index b9495a740b..32ccdafc3b 100644 --- a/kubernetes/appc/templates/dgbuilder-deployment.yaml +++ b/kubernetes/appc/templates/dgbuilder-deployment.yaml @@ -51,9 +51,7 @@ spec: - name: MYSQL_ROOT_PASSWORD value: openECOMP1.0 - name: SDNC_CONFIG_DIR - value: /opt/openecomp/sdnc/data/properties - - name: APPC_CONFIG_DIR - value: /opt/openecomp/appc/data/properties + value: /opt/onap/sdnc/data/properties image: {{ .Values.image.dgbuilderSdnc }} imagePullPolicy: {{ .Values.pullPolicy }} name: appc-dgbuilder-container |