-
-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Labels
bugSomething is broken.Something is broken.
Description
Describe the issue
Hey guys,
I tried to add annotations to weblate service, but template of service.yaml is using common.tplvalues.render which is not defined anywhere.
I think you should add common.tplvalues.render to _helpers.tpl or change template service.yaml in the same way as ingress.yaml was defined.
I already tried
- I've read and searched the documentation.
- I've searched for similar filed issues in this repository.
Steps to reproduce the behavior
- add annotations to service in values.yaml
- helm template -f values.yaml . --debug
Error: template: weblate/templates/service.yaml:8:19: executing "weblate/templates/service.yaml" at <include "common.tplvalues.render" (dict "value" $value "context" $)>: error calling include: template: no template "common.tplvalues.render" associated with template "gotpl" helm.go:84: [debug] template: weblate/templates/service.yaml:8:19: executing "weblate/templates/service.yaml" at <include "common.tplvalues.render" (dict "value" $value "context" $)>: error calling include: template: no template "common.tplvalues.render" associated with template "gotpl"
Expected behavior
Annotations was added to service
Screenshots
No response
Exception traceback
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething is broken.Something is broken.