diff options
Diffstat (limited to 'charts/aai-graphadmin/resources/config/migration/janusgraph-migration-cached.properties')
-rw-r--r-- | charts/aai-graphadmin/resources/config/migration/janusgraph-migration-cached.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/charts/aai-graphadmin/resources/config/migration/janusgraph-migration-cached.properties b/charts/aai-graphadmin/resources/config/migration/janusgraph-migration-cached.properties index 28e3089..ecfe54e 100644 --- a/charts/aai-graphadmin/resources/config/migration/janusgraph-migration-cached.properties +++ b/charts/aai-graphadmin/resources/config/migration/janusgraph-migration-cached.properties @@ -24,6 +24,8 @@ storage.backend=cassandra #In case of upgrades from Casablanca provide the override aai.global.cassandra.existingInstServiceName=aai-cassandra storage.hostname={{ .Values.global.cassandra.existingInstServiceName | default .Values.global.cassandra.serviceName }} +storage.username={{.Values.global.cassandra.username}} +storage.password={{.Values.global.cassandra.password}} storage.cassandra.keyspace=aaigraph storage.cassandra.read-consistency-level=LOCAL_QUORUM |