prometheus-postgres-exporter/templates/prometheus-postgres-exporter/_ingress.tpl

20 lines
513 B
Smarty
Raw Normal View History

2024-11-25 10:53:09 +00:00
{{/* vim: set filetype=mustache: */}}
{{/* annotations */}}
{{- define "prometheus-postgres-exporter.ingress.annotations" -}}
{{ include "prometheus-postgres-exporter.annotations" . }}
{{- if .Values.ingress.annotations }}
{{ toYaml .Values.ingress.annotations }}
{{- end }}
{{- end }}
{{/* labels */}}
{{- define "prometheus-postgres-exporter.ingress.labels" -}}
{{ include "prometheus-postgres-exporter.labels" . }}
{{- if .Values.ingress.labels }}
{{ toYaml .Values.ingress.labels }}
{{- end }}
{{- end }}