-
Notifications
You must be signed in to change notification settings - Fork 26
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
How to disable the formatting for the helm chart name ? #15
Comments
Ok, I see this link and maybe overriding a template variable {{name}} would help here but where should I place it or tell frigate about it ? .frigade ? |
I guess I was too fast in creating the issue because after reading the docs I got this working. So put a file named
|
I think the pull request removed the support for capitalization of the comments. This issue was regarding the capitalization of the chart name inthe rendered output file. This could be done by overriding the respective template inside a .frigate file. I didn't see it that time so raised an issue but lets close this now. |
First of all, Damn! this tool is fantastic just does what it says, perfectly.
Now, the issue is that the helm chart initial character gets rendered as upper case. Is there a flag to disable it ?
Example:
Expectation
Chart name to be rendered as is
Actual
chart name is rendered as Foo-bar
The text was updated successfully, but these errors were encountered: