Skip to content

common.tplvalues.render is not defined in _helpers.tpl #502

@vokhmanov

Description

@vokhmanov

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

  1. add annotations to service in values.yaml
  2. helm template -f values.yaml . --debug
  3. 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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions