aboutsummaryrefslogtreecommitdiffstats
path: root/charts/aai-resources/templates/deployment.yaml
diff options
context:
space:
mode:
authorMahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>2019-03-15 12:02:42 +0000
committermahendrr <mahendra.raghuwanshi@amdocs.com>2019-04-17 03:59:20 +0000
commitbd10dfccb96a009d8a34339b570cc44cf3e4149e (patch)
tree011c33995db0bcf7316b833fad6eb9df26a1cb50 /charts/aai-resources/templates/deployment.yaml
parent715a2a894e076b1529bdd1740c7ffaf46f62e219 (diff)
Upgrade AAI to use common shared Cassandra
Change-Id: I0186b09697f32115595383c4e409e608e2cf767f Issue-ID: OOM-1652 Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
Diffstat (limited to 'charts/aai-resources/templates/deployment.yaml')
-rw-r--r--charts/aai-resources/templates/deployment.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/charts/aai-resources/templates/deployment.yaml b/charts/aai-resources/templates/deployment.yaml
index 9fe4c17..84438c1 100644
--- a/charts/aai-resources/templates/deployment.yaml
+++ b/charts/aai-resources/templates/deployment.yaml
@@ -814,7 +814,11 @@ spec:
- /root/ready.py
args:
- --container-name
+ {{- if .Values.global.cassandra.localCluster }}
- aai-cassandra
+ {{- else }}
+ - cassandra
+ {{- end }}
- --container-name
- aai-schema-service
{{ end }}