diff options
Diffstat (limited to 'charts/aai-graphadmin/resources/config/janusgraph-cached.properties')
-rw-r--r-- | charts/aai-graphadmin/resources/config/janusgraph-cached.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/charts/aai-graphadmin/resources/config/janusgraph-cached.properties b/charts/aai-graphadmin/resources/config/janusgraph-cached.properties index 82e7ea9..a943ba0 100644 --- a/charts/aai-graphadmin/resources/config/janusgraph-cached.properties +++ b/charts/aai-graphadmin/resources/config/janusgraph-cached.properties @@ -24,6 +24,8 @@ query.smart-limit=false storage.backend=cassandra storage.hostname={{.Values.global.cassandra.serviceName}} +storage.username={{.Values.global.cassandra.username}} +storage.password={{.Values.global.cassandra.password}} storage.cassandra.keyspace=aaigraph |