diff --git a/files/scripts/graphdb.sh b/files/scripts/graphdb.sh index 961aba0..7347122 100755 --- a/files/scripts/graphdb.sh +++ b/files/scripts/graphdb.sh @@ -162,8 +162,6 @@ function createIndicesFromFiles() { local response local repository - set -v - waitAllNodes "$node_count" for filename in "${indicesConfigsLocation}"/*; do diff --git a/values.yaml b/values.yaml index 51b7fe9..4476b65 100644 --- a/values.yaml +++ b/values.yaml @@ -974,9 +974,8 @@ repositories: ################################ indices: - # Optional configmap containing indices configuration .ttl file(s). - # GraphDB will automatically create indices with the provided repositories configuration files. - # Each key in the existing configmap will be treated as the config.ttl of a repository. + # Optional configmap containing indices SPARQL queries (ttl format) for one or more repositories. + # The keys in the configmap are the repository names, the value must be the query for creating the indices. existingConfigmap: "" ################################################