summaryrefslogtreecommitdiffstats
path: root/templates/aai-resources-deployment.yaml
diff options
context:
space:
mode:
authorJerome Doucerain <jerome.doucerain@bell.ca>2018-03-17 14:18:41 -0400
committerJerome Doucerain <jerome.doucerain@bell.ca>2018-03-17 14:18:41 -0400
commit9e5c75760a9ac237fcd02aeb6a7684873c35d794 (patch)
tree6a11371fb1bb845dc081570be6e52f9ad17c9e72 /templates/aai-resources-deployment.yaml
parent0e58a663a77ad4fce6dbcec855cdc7978f1e855f (diff)
AAI parameterization
added parameter for the AAI_CORE version added parameterized persisted storage location Issue-ID: OOM-734 Change-Id: Iefe3d89ae6d001754251e0f5ce2735c9a920bcd5 Signed-off-by: Jerome Doucerain <jerome.doucerain@bell.ca>
Diffstat (limited to 'templates/aai-resources-deployment.yaml')
-rw-r--r--templates/aai-resources-deployment.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/aai-resources-deployment.yaml b/templates/aai-resources-deployment.yaml
index cd4412d..332b890 100644
--- a/templates/aai-resources-deployment.yaml
+++ b/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 }}
+