Files
HetznerTerra/infrastructure/charts/traefik/templates/extra-objects.yaml
T

5 lines
109 B
YAML
Raw Normal View History

2026-04-26 21:01:01 +00:00
{{- range .Values.extraObjects }}
---
{{ include "traefik.render" (dict "value" . "context" $) }}
{{- end }}