Issues using mimir.structuredConfig to override values #2214
-
I am working on installing the mimir-distributed helm chart into our Kubernetes cluster with ArgoCD, and I am attempting to use an S3 bucket for blocks_storage. So far, I have mostly successfully deployed the project, however all querier, compactor, ingester, and store-gateway pods are failing and have an error message with: I am currently trying to use The first bit of my ---
mimir-distributed:
fullnameOverride: "mimir"
mimir:
structuredConfig:
multitenancy_enabled: true
ingester:
zone_awareness_enabled: true
frontend:
parallelize_shardable_queries: true
store_gateway:
zone_awareness_enabled: true
blocks_storage:
backend: s3 I am also setting additional values using the helm parameters in the Argo application spec as follows: parameters:
- name: "mimir-distributed.serviceAccount.name"
value: "mimir-{{ .Values.stack }}"
- name: "mimir-distributed.serviceAccount.annotations.\
eks\\.amazonaws\\.com/role-arn"
value: "arn:aws:iam::{{ .Values.awsAccountId }}:role\
/mimir-{{ .Values.stack }}"
- name: "mimir-distributed.mimir.structuredConfig.blocks_storage.s3.endpoint"
value: "s3.{{ .Values.clusterRegion }}.amazonaws.com"
- name: "mimir-distributed.mimir.structuredConfig.blocks_storage.s3.region"
value: "{{ .Values.clusterRegion }}"
- name: "mimir-distributed.mimir.structuredConfig.blocks_storage.s3.bucket_name"
value: "mimir-tsdb-{{ .Values.stack }}" None of the values listed under the I'm not sure if there is something I'm missing on my end but the templating here doesn't seem to merge Any help would be greatly appreciated here. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
which version of the chart are you running? |
Beta Was this translation helpful? Give feedback.
which version of the chart are you running?