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

     1  resources:
     2    - ../namespace.yaml
     3  
     4  helmCharts:
     5    - name: cluster-api-visualizer
     6      repo: https://jont828.github.io/cluster-api-visualizer/charts
     7      releaseName: visualizer
     8      namespace: observability
     9      valuesFile: values.yaml
    10      version: 1.2.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