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
…
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…
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…
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:
…