summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/charts/aai-resources/resources/config/janusgraph-cached.properties
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/aai/charts/aai-resources/resources/config/janusgraph-cached.properties')
-rw-r--r--kubernetes/aai/charts/aai-resources/resources/config/janusgraph-cached.properties1
1 files changed, 0 insertions, 1 deletions
diff --git a/kubernetes/aai/charts/aai-resources/resources/config/janusgraph-cached.properties b/kubernetes/aai/charts/aai-resources/resources/config/janusgraph-cached.properties
index dd5c3eed66..e3128b8fa5 100644
--- a/kubernetes/aai/charts/aai-resources/resources/config/janusgraph-cached.properties
+++ b/kubernetes/aai/charts/aai-resources/resources/config/janusgraph-cached.properties
@@ -26,7 +26,6 @@ query.smart-limit=false
{{- $seed_size := default 1 .Values.global.cassandra.replicas | int -}}
{{- $global := . }}
-# the following parameters are not reloaded automatically and require a manual bounce
storage.backend=cassandra
storage.hostname={{- range $i, $e := until $seed_size }}{{ $global.Release.Name }}-aai-cassandra-{{ $i }},{{- end }}