prometheus-postgres-exporter/templates/prometheus-postgres-exporter/_pod.tpl
Markus Pesch 80a8e8096d
Some checks failed
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
fix(pod,podMonitor,service): avoid error of immutable labels
2024-11-26 20:13:53 +01:00

17 lines
439 B
Smarty

---
{{/* annotations */}}
{{- define "prometheus-postgres-exporter.pod.annotations" -}}
{{ include "prometheus-postgres-exporter.annotations" . }}
{{- end }}
{{/* labels */}}
{{- define "prometheus-postgres-exporter.pod.labels" -}}
{{ include "prometheus-postgres-exporter.labels" . }}
{{- end }}
{{- define "prometheus-postgres-exporter.pod.selectorLabels" -}}
{{ include "prometheus-postgres-exporter.selectorLabels" . }}
{{- end }}