diff options
Diffstat (limited to 'kubernetes/aai/components/aai-graphadmin/resources/config/janusgraph-realtime.properties')
-rw-r--r-- | kubernetes/aai/components/aai-graphadmin/resources/config/janusgraph-realtime.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/aai/components/aai-graphadmin/resources/config/janusgraph-realtime.properties b/kubernetes/aai/components/aai-graphadmin/resources/config/janusgraph-realtime.properties index 61550e7a57..a3b902a151 100644 --- a/kubernetes/aai/components/aai-graphadmin/resources/config/janusgraph-realtime.properties +++ b/kubernetes/aai/components/aai-graphadmin/resources/config/janusgraph-realtime.properties @@ -91,3 +91,7 @@ storage.lock.wait-time=300 cache.db-cache = false #load graphson file on startup load.snapshot.file=false + +{{ if .Values.config.janusgraph.allowUpgrade }} +graph.allow-upgrade=true +{{ end }} |