summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-12-08 20:23:49 -0500
committerAlexis de Talhouƫt <alexis.de_talhouet@bell.ca>2017-12-09 04:12:59 +0000
commite9cb05d5ac608f3c0578f24fbd228b6a2d21cf17 (patch)
tree1775f991f69bf968272306580aa5ab752072a08c /kubernetes/aai
parent03e5c8a972fadc2aaf7212ab97794c1d20de329a (diff)
Update resources and traversal to use amsterdam
After the branch was cut these need to ensure to use the amsterdam branch instead of master Assumed that this is not the case since it was originally not using the clone but took the config files from aai-config and aai-data Issue-ID: AAI-548 Change-Id: Icd1896fced0ba493f8bbd2cd314183e67b792492 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'kubernetes/aai')
-rw-r--r--kubernetes/aai/templates/aai-resources-deployment.yaml4
-rw-r--r--kubernetes/aai/templates/aai-traversal-deployment.yaml4
2 files changed, 4 insertions, 4 deletions
diff --git a/kubernetes/aai/templates/aai-resources-deployment.yaml b/kubernetes/aai/templates/aai-resources-deployment.yaml
index ebf447f3ca..39c014cb5e 100644
--- a/kubernetes/aai/templates/aai-resources-deployment.yaml
+++ b/kubernetes/aai/templates/aai-resources-deployment.yaml
@@ -46,7 +46,7 @@ spec:
imagePullPolicy: {{ .Values.pullPolicy }}
env:
- name: CHEF_BRANCH
- value: master
+ value: amsterdam
- name: AAI_CHEF_ENV
value: simpledemo
- name: AAI_CORE_VERSION
@@ -113,4 +113,4 @@ metadata:
namespace: {{ .Values.nsPrefix }}-aai
data:
{{ (.Files.Glob "resources/resources/conf/logback.xml").AsConfig | indent 2 }}
-#{{ end }} \ No newline at end of file
+#{{ end }}
diff --git a/kubernetes/aai/templates/aai-traversal-deployment.yaml b/kubernetes/aai/templates/aai-traversal-deployment.yaml
index a54c49a59d..c4f30f72ec 100644
--- a/kubernetes/aai/templates/aai-traversal-deployment.yaml
+++ b/kubernetes/aai/templates/aai-traversal-deployment.yaml
@@ -48,7 +48,7 @@ spec:
imagePullPolicy: {{ .Values.pullPolicy }}
env:
- name: CHEF_BRANCH
- value: master
+ value: amsterdam
- name: AAI_CHEF_ENV
value: simpledemo
- name: AAI_CORE_VERSION
@@ -115,4 +115,4 @@ metadata:
namespace: {{ .Values.nsPrefix }}-aai
data:
{{ (.Files.Glob "resources/traversal/conf/logback.xml").AsConfig | indent 2 }}
-#{{ end }} \ No newline at end of file
+#{{ end }}