scale-catalog/premium/traefik/27.0.14/templates/_tlsoptions.tpl

14 lines
265 B
Smarty
Raw Normal View History

2024-07-13 07:59:30 +00:00
{{/* Define the tlsOptions */}}
{{- define "traefik.tlsOptions" -}}
{{- range $name, $config := .Values.tlsOptions }}
---
apiVersion: traefik.io/v1alpha1
kind: TLSOption
metadata:
name: {{ $name }}
spec:
{{- toYaml $config | nindent 2 }}
{{- end }}
{{- end }}