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
WARN[2024-11-08T17:27:02+01:00] Error generating gotemplates for chart chart-a: template: base:31: template: multiple definition of template "changelog"
on chart-a i got:
### Version 2 to 3 - split of `image.repository` to `image.registry` and `image.repository`
on every other chart:
No Breaking changes yet
Test-setup:
helm-docs -t ./default.gotmpl -t on_chart.gotmpl
./default.gotmpl:
./default.gotmpl
{{- block "changelog" . }} No Breaking changes yet {{- end }}
./chart-a/on_chart.gotmpl:
./chart-a/on_chart.gotmpl
{{- define "changelog" }} ### Version 2 to 3 - split of `image.repository` to `image.registry` and `image.repository` {{- end }}
No response
helm-docs
The text was updated successfully, but these errors were encountered:
norwoodj
Nepo26
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current Behavior
Expected Behavior
on chart-a i got:
on every other chart:
Reference Chart
Test-setup:
./default.gotmpl
:./chart-a/on_chart.gotmpl
:Reference Template
No response
Environment
Link to
helm-docs
LogsNo response
Further Information
No response
The text was updated successfully, but these errors were encountered: