sigs.k8s.io/cluster-api@v1.7.1/hack/observability/loki/kustomization.yaml (about)

     1  resources:
     2    - ../namespace.yaml
     3  
     4  helmCharts:
     5    - name: loki
     6      repo: https://grafana.github.io/helm-charts
     7      releaseName: loki
     8      namespace: observability
     9      valuesFile: values.yaml
    10      version: 5.5.4
    11  
    12  helmGlobals:
    13      # Store chart in ".charts" folder instead of "charts".
    14      # Otherwise "go mod tidy" picks up dependencies of go files contained in the Helm Chart.
    15      # "go mod tidy" ignores folders that begin with ".": https://pkg.go.dev/cmd/go#hdr-Package_lists_and_patterns.
    16      chartHome: .charts