diff --git a/production/helm/loki/templates/index-gateway/statefulset-index-gateway.yaml b/production/helm/loki/templates/index-gateway/statefulset-index-gateway.yaml index bacf9db6c45d..5797185ef052 100644 --- a/production/helm/loki/templates/index-gateway/statefulset-index-gateway.yaml +++ b/production/helm/loki/templates/index-gateway/statefulset-index-gateway.yaml @@ -140,7 +140,7 @@ spec: {{- include "loki.configVolume" . | nindent 10 }} - name: runtime-config configMap: - name: {{ template "loki.fullname" . }}-runtime + name: {{ template "loki.name" . }}-runtime {{- if .Values.enterprise.enabled }} - name: license secret: diff --git a/production/helm/loki/templates/ingester/statefulset-ingester-zone-a.yaml b/production/helm/loki/templates/ingester/statefulset-ingester-zone-a.yaml index 69b2fcaf9a51..13c7018e53e2 100644 --- a/production/helm/loki/templates/ingester/statefulset-ingester-zone-a.yaml +++ b/production/helm/loki/templates/ingester/statefulset-ingester-zone-a.yaml @@ -184,7 +184,7 @@ spec: {{- include "loki.configVolume" . | nindent 10 }} - name: runtime-config configMap: - name: {{ template "loki.fullname" . }}-runtime + name: {{ template "loki.name" . }}-runtime {{- if .Values.enterprise.enabled }} - name: license secret: diff --git a/production/helm/loki/templates/ingester/statefulset-ingester-zone-b.yaml b/production/helm/loki/templates/ingester/statefulset-ingester-zone-b.yaml index 60bd81f0c4a0..a0c7b85f8a14 100644 --- a/production/helm/loki/templates/ingester/statefulset-ingester-zone-b.yaml +++ b/production/helm/loki/templates/ingester/statefulset-ingester-zone-b.yaml @@ -184,7 +184,7 @@ spec: {{- include "loki.configVolume" . | nindent 10 }} - name: runtime-config configMap: - name: {{ template "loki.fullname" . }}-runtime + name: {{ template "loki.name" . }}-runtime {{- if .Values.enterprise.enabled }} - name: license secret: diff --git a/production/helm/loki/templates/ingester/statefulset-ingester-zone-c.yaml b/production/helm/loki/templates/ingester/statefulset-ingester-zone-c.yaml index dcb1a0d4baee..cc65f49b244c 100644 --- a/production/helm/loki/templates/ingester/statefulset-ingester-zone-c.yaml +++ b/production/helm/loki/templates/ingester/statefulset-ingester-zone-c.yaml @@ -184,7 +184,7 @@ spec: {{- include "loki.configVolume" . | nindent 10 }} - name: runtime-config configMap: - name: {{ template "loki.fullname" . }}-runtime + name: {{ template "loki.name" . }}-runtime {{- if .Values.enterprise.enabled }} - name: license secret: diff --git a/production/helm/loki/templates/ingester/statefulset-ingester.yaml b/production/helm/loki/templates/ingester/statefulset-ingester.yaml index f23f08090dd0..d20a02e68f7c 100644 --- a/production/helm/loki/templates/ingester/statefulset-ingester.yaml +++ b/production/helm/loki/templates/ingester/statefulset-ingester.yaml @@ -156,7 +156,7 @@ spec: {{- include "loki.configVolume" . | nindent 10 }} - name: runtime-config configMap: - name: {{ template "loki.fullname" . }}-runtime + name: {{ template "loki.name" . }}-runtime {{- if .Values.enterprise.enabled }} - name: license secret: diff --git a/production/helm/loki/templates/query-frontend/deployment-query-frontend.yaml b/production/helm/loki/templates/query-frontend/deployment-query-frontend.yaml index 0ee7a5ff4152..6eda5c51dfc0 100644 --- a/production/helm/loki/templates/query-frontend/deployment-query-frontend.yaml +++ b/production/helm/loki/templates/query-frontend/deployment-query-frontend.yaml @@ -126,7 +126,7 @@ spec: {{- include "loki.configVolume" . | nindent 10 }} - name: runtime-config configMap: - name: {{ template "loki.fullname" . }}-runtime + name: {{ template "loki.name" . }}-runtime {{- if .Values.enterprise.enabled }} - name: license secret: diff --git a/production/helm/loki/templates/ruler/statefulset-ruler.yaml b/production/helm/loki/templates/ruler/statefulset-ruler.yaml index e066b6e63ed8..8153a8bb3827 100644 --- a/production/helm/loki/templates/ruler/statefulset-ruler.yaml +++ b/production/helm/loki/templates/ruler/statefulset-ruler.yaml @@ -133,7 +133,7 @@ spec: {{- include "loki.configVolume" . | nindent 10 }} - name: runtime-config configMap: - name: {{ template "loki.fullname" . }}-runtime + name: {{ template "loki.name" . }}-runtime {{- if .Values.enterprise.enabled }} - name: license secret: