Skip to content

Commit 6ebf260

Browse files
committed
fix bug where entrypoints weren't being put in the spec
1 parent 3c5d9fc commit 6ebf260

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

charts/faster-whisper/templates/ingressroutetcp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ metadata:
1414
spec:
1515
entryPoints:
1616
{{- range .Values.ingressRouteTCP.entryPoints }}
17+
{{- toYaml . | nintent 4 }}
1718
{{- end }}
1819
routes:
1920
{{- range .Values.ingressRouteTCP.routes }}

0 commit comments

Comments
 (0)