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

     1  resources:
     2  - ../namespace.yaml
     3  
     4  helmCharts:
     5  - name: tempo
     6    repo: https://grafana.github.io/helm-charts
     7    releaseName: tempo
     8    namespace: observability
     9    valuesFile: values.yaml
    10    version: 1.3.1
    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