You've already forked reposilite-charts
Some checks failed
Helm / helm-lint (push) Successful in 17s
Helm / helm-unittest (push) Successful in 17s
Markdown linter / markdown-link-checker (push) Failing after 21s
Markdown linter / markdown-lint (push) Failing after 15s
Generate README / generate-parameters (push) Successful in 28s
20 lines
477 B
Smarty
20 lines
477 B
Smarty
{{/* vim: set filetype=mustache: */}}
|
|
|
|
{{/* annotations */}}
|
|
|
|
{{- define "reposilite.networkPolicy.annotations" -}}
|
|
{{ include "reposilite.annotations" . }}
|
|
{{- if .Values.networkPolicy.annotations }}
|
|
{{ toYaml .Values.networkPolicy.annotations }}
|
|
{{- end }}
|
|
{{- end }}
|
|
|
|
{{/* labels */}}
|
|
|
|
{{- define "reposilite.networkPolicy.labels" -}}
|
|
{{ include "reposilite.labels" . }}
|
|
{{- if .Values.networkPolicy.labels }}
|
|
{{ toYaml .Values.networkPolicy.labels }}
|
|
{{- end }}
|
|
{{- end }}
|