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