diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-03-23 22:36:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-23 22:36:50 +0000 |
commit | e827ca05b6efa7cdcc60c4b3eba5ebfa9546bd08 (patch) | |
tree | dc0d7c8406f074d9e9d75ed5e843e12e7d55730f /kubernetes/aai/templates/aai-resources-deployment.yaml | |
parent | 37764a610ae66b53ed6b40c9eb11f54187e5dde0 (diff) | |
parent | 96bebdcf842ef0e6c1c65713930331f0c72d1d55 (diff) |
Merge changes I6a379ec4,I982a75a9,Id8a84b79,I423294a5,Iefe3d89a
* changes:
SO endpoints and service update
SDNC parameterized persisted type and location
Portal selective readiness check
Message-router parameterization
AAI parameterization
Diffstat (limited to 'kubernetes/aai/templates/aai-resources-deployment.yaml')
-rw-r--r-- | kubernetes/aai/templates/aai-resources-deployment.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/aai/templates/aai-resources-deployment.yaml b/kubernetes/aai/templates/aai-resources-deployment.yaml index cd4412dbfc..332b89045b 100644 --- a/kubernetes/aai/templates/aai-resources-deployment.yaml +++ b/kubernetes/aai/templates/aai-resources-deployment.yaml @@ -435,7 +435,7 @@ spec: - name: AAI_CHEF_ENV value: simpledemo - name: AAI_CORE_VERSION - value: 1.1.0-SNAPSHOT + value: {{ .Values.aaicoreversion }} - name: AAI_CHEF_LOC value: /var/chef/aai-data/environments - name: CHEF_GIT_URL @@ -498,3 +498,4 @@ spec: imagePullSecrets: - name: "{{ .Values.nsPrefix }}-docker-registry-key" #{{ end }} + |