diff options
Diffstat (limited to 'charts/aai-resources/resources/config/janusgraph-cached.properties')
-rw-r--r-- | charts/aai-resources/resources/config/janusgraph-cached.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/charts/aai-resources/resources/config/janusgraph-cached.properties b/charts/aai-resources/resources/config/janusgraph-cached.properties index 9dc6636..5b9fd07 100644 --- a/charts/aai-resources/resources/config/janusgraph-cached.properties +++ b/charts/aai-resources/resources/config/janusgraph-cached.properties @@ -28,6 +28,8 @@ query.smart-limit=false storage.backend=cassandra storage.hostname={{.Values.global.cassandra.serviceName}} storage.cassandra.keyspace=aaigraph +storage.username={{.Values.global.cassandra.username}} +storage.password={{.Values.global.cassandra.password}} storage.cassandra.read-consistency-level=LOCAL_QUORUM storage.cassandra.write-consistency-level=LOCAL_QUORUM |