Closed iamaverrick closed 4 years ago
It is actually DEPTH=1 ?
but can we personalized the folders? instead of having org1/repoa, and org2/repob etc if so how will this get done. we are looking to have /api , /web
As @scbizu mentioned above, DEPTH=1 I believe is what you are looking for to get /api , /web. The name can be whatever you want, they will resolved even if no charts exist there
@scbizu , @jdolitsky im sorry but this doesn't work for me, i have done as mentioned above which causes the chart to become unresponsive
Error: looks like "https://charts.company.com" is not a valid chart repository or cannot be reached: error converting YAML to JSON: yaml: line 7: mapping values are not allowed in this context
this is me specifying DEPTH=1 when using DEPTH=0 it works just fine
@scbizu , @jdolitsky im sorry you are correct after adjusting a couple of things i managed to get it to work as you said. one quick note for those who run into this same issue make sure to point your chart deployment to the correct folder or there naming convention i.g https://charts.company.com/api, https://charts.company.com/web
Thank you @scbizu , @jdolitsky for your support
we are using chartmuseum in production server but our charts have grown substantially and are now causing conflicts due to naming convection which we are trying to resolve by creating multiple folder with in the aws S3 bucket but have failed. at the moment we have 2 chartmuseum one for web, and the other for api and we are trying to have to separate chartmuseum per folder.
the issue we are currently running into is with ingress because we are pointing to the same url i.g charts.company.com/api, charts.company.com/web and because we are running different services pointing to the same url one fails to resolve.
we have read about multi tenancy which we would specify nv.open.DEPTH = 2 which worksbut only with http://localhost:8080/org1/repoa http://localhost:8080/org2/repob
and as mentioned above we would like to use our own naming convention as described below
http://localhost:8080/api http://localhost:8080/web
Api Config
Web Chart Configue
any suggestion would be greatly appreciated