Skip to content

Commit

Permalink
Update traefik/templates/_podtemplate.tpl
Browse files Browse the repository at this point in the history
Co-authored-by: Matthieu ANTOINE <[email protected]>
  • Loading branch information
mloiseleur and mantoine96 authored Jul 30, 2023
1 parent 05c0359 commit 5b6b830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traefik/templates/_podtemplate.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
{{- toYaml . | nindent 10 }}
{{- end }}
{{- if (and (empty .Values.ports.traefik) (empty .Values.deployment.healthchecksPort)) }}
{{- fail "ERROR: When disabling traefik port, you need to specificy `deployment.healthchecksPort`" }}
{{- fail "ERROR: When disabling traefik port, you need to specify `deployment.healthchecksPort`" }}
{{- end }}
{{- $healthchecksPort := (default (.Values.ports.traefik).port .Values.deployment.healthchecksPort) }}
{{- $healthchecksScheme := (default "HTTP" .Values.deployment.healthchecksScheme) }}
Expand Down

0 comments on commit 5b6b830

Please sign in to comment.