Closed maikel-09 closed 1 month ago
Totally Agree, would make it more flexible :) +1
I don't follow, what is the issue here. Does it not work, when you override it via the structuredConfig
?
The following renders the mimir.yaml
with cluster_name
overwritten:
% helm template test-mimir . --set 'mimir.structuredConfig.cluster_name=the-cluster'
apiVersion: v1
kind: ConfigMap
metadata:
name: test-mimir-config
labels:
helm.sh/chart: mimir-distributed-5.5.0-weekly.301
app.kubernetes.io/name: mimir
app.kubernetes.io/instance: the-mimir
···
data:
mimir.yaml: |
···
cluster_name: the-cluster
Please, reopen the issue and provide more details if this still doesn't work for you.
Is your feature request related to a problem? Please describe.
cluster_name is used for validating the GEM license, Right now the Release.Name value is used to set the cluster_name in the values.yaml.
Describe the solution you'd like
Describe alternatives you've considered
Alternatives are: