Some checks failed
Generate README / generate-parameters (push) Failing after 28s
Helm / helm-lint (push) Successful in 15s
Helm / helm-unittest (push) Successful in 17s
Markdown linter / markdown-link-checker (push) Successful in 31s
Markdown linter / markdown-lint (push) Successful in 27s
Release / publish-chart (push) Successful in 17s
20 lines
539 B
Smarty
20 lines
539 B
Smarty
{{/* vim: set filetype=mustache: */}}
|
|
|
|
{{/* annotations */}}
|
|
|
|
{{- define "prometheus-fail2ban-exporter.networkPolicies.annotations" -}}
|
|
{{ include "prometheus-fail2ban-exporter.annotations" .context }}
|
|
{{- if .networkPolicy.annotations }}
|
|
{{ toYaml .networkPolicy.annotations }}
|
|
{{- end }}
|
|
{{- end }}
|
|
|
|
{{/* labels */}}
|
|
|
|
{{- define "prometheus-fail2ban-exporter.networkPolicies.labels" -}}
|
|
{{ include "prometheus-fail2ban-exporter.labels" .context }}
|
|
{{- if .networkPolicy.labels }}
|
|
{{ toYaml .networkPolicy.labels }}
|
|
{{- end }}
|
|
{{- end }}
|