We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using vertex charts as a dependency of another chart makes microservices not discoverables.
In configmap, addr are setup this way:
VERTEX_LOGS_ADDR: http://vertex-logs-vertex-logs-service:8080/api
However, when using a parent chart, the release name will be for example parent-chart, which causes the addr to look like this:
parent-chart
VERTEX_LOGS_ADDR: http://parent-chart-vertex-logs-service:8080/api
This should be dynamic
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using vertex charts as a dependency of another chart makes microservices not discoverables.
In configmap, addr are setup this way:
However, when using a parent chart, the release name will be for example
parent-chart
, which causes the addr to look like this:This should be dynamic
The text was updated successfully, but these errors were encountered: