summaryrefslogtreecommitdiff
path: root/data.d/k3s-master/manifests.d/oolah/monitoring/prometheus-exporter-postgresql/helm-chart.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'data.d/k3s-master/manifests.d/oolah/monitoring/prometheus-exporter-postgresql/helm-chart.yaml')
-rw-r--r--data.d/k3s-master/manifests.d/oolah/monitoring/prometheus-exporter-postgresql/helm-chart.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/data.d/k3s-master/manifests.d/oolah/monitoring/prometheus-exporter-postgresql/helm-chart.yaml b/data.d/k3s-master/manifests.d/oolah/monitoring/prometheus-exporter-postgresql/helm-chart.yaml
new file mode 100644
index 0000000..3222a7e
--- /dev/null
+++ b/data.d/k3s-master/manifests.d/oolah/monitoring/prometheus-exporter-postgresql/helm-chart.yaml
@@ -0,0 +1,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
+...