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

Optional catalogs and related configmap #228

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

sdaberdaku
Copy link
Member

@sdaberdaku sdaberdaku commented Sep 26, 2024

I moved the default tpch and tpcds catalogs from the related configmap into a unified catalogs configuration where users will be able to remove them if neccessary.

If no catalogs are provided, the related configmap will not be created/mounted.

This additionalCatalogs property has now been deprecated in favor of the newly introduced catalogs.

Fixes: #210

@cla-bot cla-bot bot added the cla-signed label Sep 26, 2024
@sdaberdaku sdaberdaku force-pushed the feature/optional-catalogs branch from 220645d to 6a93457 Compare September 26, 2024 16:07
@sdaberdaku sdaberdaku marked this pull request as ready for review September 26, 2024 16:14
@sdaberdaku
Copy link
Member Author

@nineinchnick last one for today :)!

Copy link
Member

@nineinchnick nineinchnick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks for doing this!

charts/trino/templates/configmap-catalog.yaml Show resolved Hide resolved
charts/trino/README.md Outdated Show resolved Hide resolved
@sdaberdaku sdaberdaku force-pushed the feature/optional-catalogs branch from 6a93457 to 009b00e Compare September 26, 2024 17:26
@sdaberdaku
Copy link
Member Author

Hi @nineinchnick , I implemented the suggested changes.
Let me know if you have other comments!

@sdaberdaku sdaberdaku force-pushed the feature/optional-catalogs branch from 009b00e to 67c54f7 Compare September 26, 2024 19:40
@nineinchnick nineinchnick merged commit 6269a34 into trinodb:main Sep 26, 2024
7 checks passed
@sdaberdaku sdaberdaku deleted the feature/optional-catalogs branch September 26, 2024 19:47
nineinchnick added a commit to nineinchnick/trino that referenced this pull request Oct 8, 2024
Update the instructions to match changes done in the Trino Helm chart
over the last few months. Related chart pull requests:
* trinodb/charts#172
* trinodb/charts#228
mosabua pushed a commit to trinodb/trino that referenced this pull request Oct 8, 2024
Update the instructions to match changes done in the Trino Helm chart
over the last few months. Related chart pull requests:
* trinodb/charts#172
* trinodb/charts#228
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Duplicate mount when defining /etc/trino/catalog in additionalVolumeMounts
2 participants