Files
Giancarlo Rubio 74b9dd78e9 Create prometheus postgres exporter chart (#4076)
* Create prometheus postgres exporter chart

* Apply rbac best pratices for service account

* create conditional to create serviceAccount
2018-03-16 02:46:22 -07:00

12 lines
382 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "prometheus-postgres-exporter.fullname" . }}
labels:
app: {{ template "prometheus-postgres-exporter.name" . }}
chart: {{ template "prometheus-postgres-exporter.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
data:
config.yaml: |
{{ printf .Values.config.queries | indent 4 }}