15 lines
474 B
YAML
15 lines
474 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: monitoring
|
|
resources:
|
|
- helm/helm-repo.yaml
|
|
- helm/helm-release.yaml
|
|
- prometheus-agent.yaml
|
|
secretGenerator:
|
|
- name: prometheus-stack-helm-values
|
|
files:
|
|
- 01-only-crd-and-operator.yaml=helm/01-only-crd-and-operator.yaml
|
|
- 02-kube-metrics.yaml=helm/02-kube-metrics.yaml
|
|
- 03-node-exporter.yaml=helm/03-node-exporter.yaml
|
|
- 04-kubelet.yaml=helm/04-kubelet.yaml
|