16 lines
379 B
YAML
16 lines
379 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
helmGlobals:
|
|
chartHome: .helm/charts
|
|
|
|
helmCharts:
|
|
- name: prometheus-operator-crds
|
|
repo: https://prometheus-community.github.io/helm-charts
|
|
version: 31.0.0
|
|
releaseName: prometheus-operator-crds
|
|
namespace: observability
|
|
valuesFile: values/home.yaml
|
|
includeCRDs: true
|
|
skipTests: true
|