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

Getting error while installing trickster #19

Open
ajayanaj opened this issue Jun 6, 2022 · 1 comment
Open

Getting error while installing trickster #19

ajayanaj opened this issue Jun 6, 2022 · 1 comment

Comments

@ajayanaj
Copy link

ajayanaj commented Jun 6, 2022

Hello,

I'm trying to install trickster in k8's using helm, but I'm getting below error while installing.
Error: template: trickster/templates/deployment.yaml:65:17: executing "trickster/templates/deployment.yaml" at <eq .volumeName $key>: error calling eq: incompatible types for comparison

I'm using the default values and not changed much except the prometheus URL and cache type.
I'm just stuck here as I couldn't figure out what went wrong, can anyone please help me ?

Helm version
helm version
version.BuildInfo{Version:"v3.3.0", GitCommit:"8a4aeec08d67a7b84472007529e8097ec3742105", GitTreeState:"dirty", GoVersion:"go1.14.7"}

K8's version : v1.21.5

Thanks you in advance!

@hanpeter
Copy link

You may have already found the answer for this, but the comparison that you are erroring out is here. The $key variable comes from here. The .volumeName is under .Values.caches. Most likely, you are setting the volume name of the cache to something that is not a string.

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

No branches or pull requests

2 participants