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

     1  resources:
     2  - ../namespace.yaml
     3  
     4  helmCharts:
     5  - name: metrics-server
     6    repo: https://kubernetes-sigs.github.io/metrics-server/
     7    releaseName: metrics-server
     8    namespace: observability
     9    valuesFile: values.yaml
    10    version: 3.10.0
    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