From 01f8eb6c4831d504571f833904b95d4512a6a372 Mon Sep 17 00:00:00 2001 From: Aisling Date: Wed, 17 Apr 2024 01:34:58 -0400 Subject: [PATCH] (fix) Loki helm chart name --- cluster/monitoring/loki/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/monitoring/loki/kustomization.yaml b/cluster/monitoring/loki/kustomization.yaml index 86ea698a..046b31c1 100644 --- a/cluster/monitoring/loki/kustomization.yaml +++ b/cluster/monitoring/loki/kustomization.yaml @@ -1,7 +1,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization helmCharts: -- name: loki +- name: loki-stack repo: https://grafana.github.io/helm-charts version: 2.10.2 releaseName: loki