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 - resources/http_routes.grafana.yaml helmCharts: - name: kube-prometheus-stack repo: https://prometheus-community.github.io/helm-charts includeCRDs: true namespace: observability-system releaseName: prometheus version: "61.3.2" valuesFile: config/values.prometheus.yaml