17 lines
457 B
Smarty
17 lines
457 B
Smarty
|
{{/* vim: set filetype=mustache: */}}
|
||
|
|
||
|
{{/* annotations */}}
|
||
|
|
||
|
{{- define "prometheus-fail2ban-exporter.serviceAccount.annotations" -}}
|
||
|
{{- if .Values.serviceAccount.new.annotations }}
|
||
|
{{ toYaml .Values.serviceAccount.new.annotations }}
|
||
|
{{- end }}
|
||
|
{{- end }}
|
||
|
|
||
|
{{/* labels */}}
|
||
|
|
||
|
{{- define "prometheus-fail2ban-exporter.serviceAccount.labels" -}}
|
||
|
{{- if .Values.serviceAccount.new.labels }}
|
||
|
{{ toYaml .Values.serviceAccount.new.labels }}
|
||
|
{{- end }}
|
||
|
{{- end }}
|