Upgrade AAI to use common shared Cassandra
[oom.git] / kubernetes / aai / charts / aai-graphadmin / templates / job.yaml
index a62202b..55fce01 100644 (file)
@@ -55,7 +55,11 @@ spec:
         - /root/ready.py
         args:
         - --container-name
+        {{- if .Values.global.cassandra.localCluster }}
         - aai-cassandra
+        {{- else }}
+        - cassandra
+        {{- end }}
         - --container-name
         - aai-schema-service
         env: