Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to create indices from existingConfigmap #153

Merged
merged 2 commits into from
Jan 14, 2025

Conversation

ck-netlution
Copy link

Currently the Helm Chart supports creating new repositories via an existing ConfigMap. For deploying GraphDB as IaC this is quite useful. Unfortunately, there is no way to create indices at install time.

This adds the option to provide a existing ConfigMap via values and create an index for one or multiple repositories.

The ConfigMap has to consist out of keys that have the same name as the repository. The value is the SPARQL query.

@rdstn rdstn requested review from yaskoo and mihailradkov and removed request for yaskoo January 6, 2025 16:39
@mihailradkov mihailradkov changed the base branch from main to feature/11.4 January 8, 2025 09:49
files/scripts/graphdb.sh Outdated Show resolved Hide resolved
values.yaml Outdated Show resolved Hide resolved
values.yaml Show resolved Hide resolved
Currently the Helm Chart supports creating new repositories via an
existing ConfigMap. For deploying GraphDB as IaC this is quite useful.
Unfortunately, there is no way to create indices at install time.

This adds the option to provide a existing ConfigMap via values and
create an index for one or multiple repositories.

The ConfigMap has to consist out of keys that have the same name as the
repository. The value is the SPARQL query.
@mihailradkov mihailradkov merged commit 077b37f into Ontotext-AD:feature/11.4 Jan 14, 2025
3 checks passed
@mihailradkov
Copy link
Contributor

Thank you for contributing this feature. I've merged this into the v11.4 branch, our next minor release. However, the release date has not yet been determined.

@ck-netlution ck-netlution deleted the create-indices branch January 14, 2025 12:57
@ck-netlution
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants