You've already forked reposilite-charts
20 lines
463 B
Smarty
20 lines
463 B
Smarty
{{/* vim: set filetype=mustache: */}}
|
|
|
|
{{/* annotations */}}
|
|
|
|
{{- define "reposilite.secrets.prometheusBasicAuth.annotations" -}}
|
|
{{ include "reposilite.annotations" . }}
|
|
{{- end }}
|
|
|
|
{{/* labels */}}
|
|
|
|
{{- define "reposilite.secrets.prometheusBasicAuth.labels" -}}
|
|
{{ include "reposilite.labels" . }}
|
|
{{- end }}
|
|
|
|
{{/* names */}}
|
|
|
|
{{- define "reposilite.secrets.prometheusBasicAuth.name" -}}
|
|
{{ include "reposilite.fullname" . }}-basic-auth-credentials
|
|
{{- end -}}
|