mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 11:33:17 +00:00
feat: Add traefik-forward-auth Helm chart with deployment, service, ingress, middleware, and configuration templates
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{{- define "tfa.middlewareName" -}}
|
||||
{{- if .Values.middleware.name -}}
|
||||
{{ .Values.middleware.name }}
|
||||
{{- else -}}
|
||||
{{ .Release.Name }}-auth
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- define "tfa.labels" -}}
|
||||
app.kubernetes.io/name: {{ .Chart.Name }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user