13 lines
264 B
YAML
13 lines
264 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
helmCharts:
|
|
- name: loki
|
|
repo: https://grafana.github.io/helm-charts
|
|
version: 6.46.0
|
|
releaseName: loki
|
|
includeCRDs: true
|
|
namespace: grafana-loki
|
|
valuesFile: values.yaml
|