-
Notifications
You must be signed in to change notification settings - Fork 58
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
Edge Container name issue #153
Comments
BDW it is relevant to the server and proxy deployments as well |
Hi @talevy-runai I made #154 to add support for the nameOverride. Thanks for reporting this, we'll get the PR merged this week, so you can start using nameOverride. |
Thank you for the quick response! |
Describe the bug
I'm trying to use the edge chart as a dependency,
In our Values file, I Added a section called "unleashEdge" and used the chart as described:
The issue starts when I use the nameOverride parameter to use "unleash-edge" form for all of the resources created.
e.g:
the issue happens to cause you are using the .Chart.Name as the container name, CamelCase is not allowed as container name, as a result, I can't deploy my edge
https://github.com/Unleash/helm-charts/blob/main/charts/unleash/templates/deployment.yaml#L32
Suggestion:
use constant "edge" as a container name or at least use the "nameOverride" parameter so it will be possible to override it
https://github.com/Unleash/helm-charts/blob/main/charts/unleash/templates/_helpers.tpl#L17
I really appreciate any help you can provide.
Steps to reproduce the bug
Import the edge as described
run helm template .
Expected behavior
No response
Logs, error output, etc.
No response
Screenshots
No response
Additional context
No response
Unleash version
2.6.1
Subscription type
Pro
Hosting type
Hosted by Unleash
SDK information (language and version)
No response
The text was updated successfully, but these errors were encountered: