[discourse] Helm: nil pointer evaluating interface {}.serviceName #4315
-
Originally posted by jeppe on Discourse Hi there! So I’m trying to deploy Flipt to our kubernetes cluster with Argo. I’ve created a helm chart in our repo and created a new app in Argo. However, I’m getting this error:
As far as I can tell it’s not our
I’ve tried with |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The error you're seeing ( Based on what you've shared, your values.yaml looks reasonable, but since you're using Flipt as a dependency in a parent chart, make sure that the nested structure matches what the Flipt chart expects. For example, if the Flipt chart expects If you have access to the chart's ingress.yaml, look for any references to If you can, try running One more thing: there is no Let me know if you want help reviewing a specific section of your chart or values! To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
Reply from mark on Discourse: Hey @jeppe can you try these values?
I think the issue was that |
Beta Was this translation helpful? Give feedback.
Reply from mark on Discourse:
Hey @jeppe
can you try these values?
I think the issue was that
backend
was nil