Skip to content
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

error calling include: template: no template "cassandra.fullname" associated with template "gotpl" #297

Closed
Revanthchowdary9 opened this issue Jun 8, 2022 · 5 comments
Labels
enhancement New feature or request

Comments

@Revanthchowdary9
Copy link

I am getting the below error while i am trying to install the chart

Error: INSTALLATION FAILED: template: temporal/templates/server-job.yaml:46:51: executing "temporal/templates/server-job.yaml" at <include "cassandra.host" $>: error calling include: template: temporal/templates/_helpers.tpl:350:22: executing "cassandra.host" at <include "call-nested" (list . "cassandra" "cassandra.fullname")>: error calling include: template: temporal/templates/_helpers.tpl:69:4: executing "call-nested" at <include $template (dict "Chart" (dict "Name" $subchart) "Values" (index $dot.Values $subchart) "Release" $dot.Release "Capabilities" $dot.Capabilities)>: error calling include: template: no template "cassandra.fullname" associated with template "gotpl"

kindly can anyone help me on this

@Revanthchowdary9 Revanthchowdary9 added the enhancement New feature or request label Jun 8, 2022
@lerminou
Copy link
Contributor

I have the same problem

@jaxxstorm
Copy link

This is caused by the cassandra template not existing. Running helm dependencies update will fetch the subcharts and fix this issue

@lerminou
Copy link
Contributor

lerminou commented Jul 7, 2022

Hi @jaxxstorm, the Cassandra dependency is an old incubator helm not maintained anymore and not used in our case because we use an external Cassandra database.

It should be better to integrate the helper in the chart here.

@jaxxstorm
Copy link

Agreed, that's just what I did to get things working

@robholland
Copy link
Contributor

Having to run helm dependencies update is expected and documented behaviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants