Files
homelab-v/k8s/infra/monitoring/kube-prometheus-stack/kustomization.yaml
T
Vegard Hagen 3634e29a6b fix(grafana): add admin credentials
admin credentials are needed by the sidecards in order to update datasources and dashboards

Signed-off-by: Vegard Hagen <[email protected]>
2025-07-31 21:02:22 +02:00

25 lines
693 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ns.yaml
- alertmanager-http-route.yaml
- grafana-http-route.yaml
- prometheus-http-route.yaml
- grafana-admin-credentials.yaml
- grafana-oidc-credentials.yaml
helmCharts:
- name: kube-prometheus-stack
repo: https://prometheus-community.github.io/helm-charts
includeCRDs: true
namespace: monitoring
version: 75.12.0
releaseName: kube-prometheus-stack
valuesFile: ./values.yaml
patches:
- path: patches/grafana-admin-user-credentials.yaml
- path: patches/grafana-sc-dashboard-admin-user-credentials.yaml
- path: patches/grafana-sc-datasources-admin-user-credentials.yaml