24 lines
590 B
YAML
24 lines
590 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: observability-agent
|
|
|
|
helmGlobals:
|
|
chartHome: .helm/charts
|
|
|
|
helmCharts:
|
|
- name: prometheus-node-exporter
|
|
repo: https://prometheus-community.github.io/helm-charts
|
|
version: 4.56.1
|
|
releaseName: node-exporter
|
|
namespace: observability-agent
|
|
valuesFile: values/home.yaml
|
|
includeCRDs: false
|
|
skipTests: true
|
|
|
|
images:
|
|
- name: quay.io/prometheus/node-exporter
|
|
newName: quay.io/prometheus/node-exporter
|
|
digest: sha256:da83fae85603c4e47e6c68369a7d746e2dda683dc35ea2e234b4f171e0d92798
|
|
|