Skip to content

Commit

Permalink
Remove verbose option for index creation and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ck-netlution committed Jan 9, 2025
1 parent 4eaa602 commit 7db2811
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions files/scripts/graphdb.sh
Original file line number Diff line number Diff line change
@@ -162,8 +162,6 @@ function createIndicesFromFiles() {
local response
local repository

set -v

waitAllNodes "$node_count"

for filename in "${indicesConfigsLocation}"/*; do
5 changes: 2 additions & 3 deletions values.yaml
Original file line number Diff line number Diff line change
@@ -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: ""

################################################

0 comments on commit 7db2811

Please sign in to comment.