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

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