Questions tagged [helm]

Package manager for kubernetes

Package manager for kubernetes

https://helm.sh/

100 questions
6
votes
2 answers

Helm: how to add elements to a list of default values?

It might be a very simple question, though somewhy I can't google the answer. Let's assume we have a Helm chart with some default values such as the following: parameters: - parameterName: parameter1 value: value1 - parameterName: parameter2 …
0
votes
1 answer

previously working helmfile now errors out with `key "chart" already set in map`

While re-syncing a helmfile that has been running for years for the first time since a few months, I suddenly get errors key "chart" already set in map for every item. I'm not sure with which helmfile version it last worked (the error occurs at…
ppenguin
  • 116
  • 9
0
votes
0 answers

Referencing External Files in a values.yaml configMap

In the data: section of my values.yaml, I have a schema that gets a bit unwieldy. This schema is used in a configMap. Later, a Spark job uses this configMap to create tables. This file is getting big, so I am trying to split off each schema…
Snap E Tom
  • 101
  • 1
  • 1
0
votes
0 answers

helmfile is getting missing repos error, how to fix that?

I have created a sample helmfile.yaml and content of it is below. releases: - name: loki-multitenant chart: ./loki namespace: default values: - loki-distributed: querier: replicas: 3 loki: …
Kalel
  • 244