apps/kube-prometheus/kustomization.yaml
Peter Kurfer 422fa5b276
All checks were successful
Renovate / renovate (push) Successful in 46s
feat(prometheus): migrate from infra repo
2024-05-08 13:06:32 +02:00

18 lines
No EOL
468 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: observability-system
resources:
- resources/secret.grafana-admin.yaml
- resources/secret.auth.yaml
- resources/secret.db.yaml
helmCharts:
- name: kube-prometheus-stack
repo: https://prometheus-community.github.io/helm-charts
includeCRDs: true
namespace: observability-system
releaseName: prometheus
version: "58.4.0"
valuesFile: config/values.prometheus.yaml