summaryrefslogtreecommitdiff
path: root/data.d/k3s-master/manifests.d/tyilnet/monitoring/prometheus-exporter-postgresql/helm-chart.yaml
blob: 3222a7e4baab850a2092bc1a61b55882bb11b7d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
  name: prometheus-exporter-postgresql
  namespace: kube-system
spec:
  repo: https://prometheus-community.github.io/helm-charts
  chart: prometheus-postgres-exporter
  targetNamespace: monitoring
  valuesContent: |-
    config:
      datasourceSecret:
        name: prometheus-exporter-postgresql
        key: connection-string
...