sigs.k8s.io/cluster-api@v1.7.1/hack/observability/parca/kustomization.yaml (about) 1 resources: 2 - ../namespace.yaml 3 - rbac-pprof.yaml 4 5 helmCharts: 6 - name: parca 7 repo: https://parca-dev.github.io/helm-charts/ 8 releaseName: parca 9 # Setting namespace via this field currently does not work with this Helm chart. 10 namespace: default 11 valuesFile: values.yaml 12 version: 4.10.0 13 14 helmGlobals: 15 # Store chart in ".charts" folder instead of "charts". 16 # Otherwise "go mod tidy" picks up dependencies of go files contained in the Helm Chart. 17 # "go mod tidy" ignores folders that begin with ".": https://pkg.go.dev/cmd/go#hdr-Package_lists_and_patterns. 18 chartHome: .charts