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