question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Helm chart cant build ingress

See original GitHub issue

When trying to build helm chart with ingress.enabled: true Helm is throwing an error:

Error: template: marquez/templates/ingress.yaml:35:30: executing “marquez/templates/ingress.yaml” at <include “common.names.fullname” .>: error calling include: template: marquez/charts/common/templates/_names.tpl:22:14: executing “common.names.fullname” at <.Values.fullnameOverride>: can’t evaluate field Values in type string

caused by tpl usage in scope of range context (which cant access toplevel attributes)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
KulykDmytrocommented, Mar 16, 2021

I’m pretty new with contribution, however will try

0reactions
wslulciuccommented, Mar 16, 2021

Fixed #1094

Read more comments on GitHub >

github_iconTop Results From Across the Web

Released Helm Chart can't be installed · Issue #8096 - GitHub
What happened: Attempting to upgrade to chart 4.0.13 is not possible because the job-createSecret template is broken (https://github.com/ ...
Read more >
Error in installing ingress-nginx helm chart - Stack Overflow
Show activity on this post. I am installing nginx ingress controller through helm chart and pods are not coming up. Got some issue...
Read more >
Installation with Helm | NGINX Ingress Controller
Parameter Description Default controller.nginxplus Deploys the Ingress Controller for NGINX Plus. false controller.appprotectdos.debug Enables App Protect DoS debug logs. false controller.appprotectdos.maxWorkers Max number of nginx processes...
Read more >
Helm install of stable/nginx-ingress fails to deploy the Ingress ...
1) Create a YAML file patch-nginx-ingress-clusterrole. · 2) Install the stable/nginx-ingress chart with the following command: · 3) Apply the patched ClusterRole:.
Read more >
Azure Container Registry - Store Helm charts - Microsoft Learn
This article shows you how to host Helm charts repositories in an Azure container registry, using Helm 3 commands and storing charts as...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found