You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In relation to monolithic_mk8s_example/1-vm-setup-and-deploy.yaml (originally from DARE-SeRP-Dev-Deployment Version: 43f688f (Thu Sep 14 17:15:42 2023 +0100) main branch).
I updated the appTrinoadditionalCatalogsminio catalog name in teleport-values.yaml to be edinburgh (a name that might be more usable for a researcher than minio. When I requested ArgoCD rereploy the Trino coordinator, the Trino pod pod/app-trino-coordinator-.... failed with:
If there is no minio catalog in any overriding values, then this default catalog remains. So, in my case, I had edinburgh and minio catalogs.
Could values be updated to provide an empty additionalCatalogs block and/or could the charts/trino/templates/configmap-catalog.yaml be updated to replace this block with that from a deployer? I think any deployer should have complete control over the catalogs deployed and their names.
The text was updated successfully, but these errors were encountered:
In relation to
monolithic_mk8s_example/1-vm-setup-and-deploy.yaml
(originally from DARE-SeRP-Dev-Deployment Version: 43f688f (Thu Sep 14 17:15:42 2023 +0100)main
branch).I updated the
appTrino
additionalCatalogs
minio
catalog name inteleport-values.yaml
to beedinburgh
(a name that might be more usable for a researcher thanminio
. When I requested ArgoCD rereploy the Trino coordinator, the Trino podpod/app-trino-coordinator-....
failed with:This seems to be because DARE-Trino's
charts/trino/values.yaml
defines:If there is no
minio
catalog in any overriding values, then this default catalog remains. So, in my case, I hadedinburgh
andminio
catalogs.Could
values
be updated to provide an emptyadditionalCatalogs
block and/or could thecharts/trino/templates/configmap-catalog.yaml
be updated to replace this block with that from a deployer? I think any deployer should have complete control over the catalogs deployed and their names.The text was updated successfully, but these errors were encountered: