diff options
author | Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com> | 2019-03-15 12:02:42 +0000 |
---|---|---|
committer | mahendrr <mahendra.raghuwanshi@amdocs.com> | 2019-04-17 03:59:20 +0000 |
commit | bd10dfccb96a009d8a34339b570cc44cf3e4149e (patch) | |
tree | 011c33995db0bcf7316b833fad6eb9df26a1cb50 /charts/aai-champ/templates | |
parent | 715a2a894e076b1529bdd1740c7ffaf46f62e219 (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-champ/templates')
-rw-r--r-- | charts/aai-champ/templates/deployment.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/charts/aai-champ/templates/deployment.yaml b/charts/aai-champ/templates/deployment.yaml index 8e4d7f4..a311f68 100644 --- a/charts/aai-champ/templates/deployment.yaml +++ b/charts/aai-champ/templates/deployment.yaml @@ -36,7 +36,11 @@ spec: - /root/ready.py args: - --container-name + {{- if .Values.global.cassandra.localCluster }} - aai-cassandra + {{- else }} + - cassandra + {{- end }} env: - name: NAMESPACE valueFrom: |