diff --git a/production/helm/loki/templates/config.yaml b/production/helm/loki/templates/config.yaml index 34d8176a69..101abc353e 100644 --- a/production/helm/loki/templates/config.yaml +++ b/production/helm/loki/templates/config.yaml @@ -7,6 +7,7 @@ kind: ConfigMap {{- end }} metadata: name: {{ tpl .Values.loki.externalConfigSecretName . }} + namespace: {{ $.Release.Namespace }} labels: {{- include "loki.labels" . | nindent 4 }} {{- if eq .Values.loki.configStorageType "Secret" }}